You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(15) |
Sep
(21) |
Oct
(15) |
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(7) |
Feb
(6) |
Mar
(2) |
Apr
(5) |
May
(6) |
Jun
(3) |
Jul
(4) |
Aug
(4) |
Sep
(3) |
Oct
(14) |
Nov
(16) |
Dec
(10) |
2004 |
Jan
(5) |
Feb
(10) |
Mar
(4) |
Apr
(8) |
May
(1) |
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(10) |
Oct
(3) |
Nov
(4) |
Dec
|
2005 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(15) |
May
(12) |
Jun
(1) |
Jul
(4) |
Aug
(3) |
Sep
(6) |
Oct
(7) |
Nov
(21) |
Dec
(11) |
2006 |
Jan
(16) |
Feb
(12) |
Mar
(4) |
Apr
(6) |
May
(5) |
Jun
(9) |
Jul
|
Aug
(5) |
Sep
(1) |
Oct
(10) |
Nov
(4) |
Dec
(3) |
2007 |
Jan
(6) |
Feb
(4) |
Mar
(6) |
Apr
(11) |
May
(1) |
Jun
(21) |
Jul
|
Aug
(6) |
Sep
(2) |
Oct
(4) |
Nov
|
Dec
|
2008 |
Jan
(14) |
Feb
(1) |
Mar
(5) |
Apr
(22) |
May
(4) |
Jun
(1) |
Jul
(7) |
Aug
(5) |
Sep
(7) |
Oct
(3) |
Nov
|
Dec
(1) |
2009 |
Jan
(14) |
Feb
(1) |
Mar
(9) |
Apr
(5) |
May
(6) |
Jun
(7) |
Jul
(8) |
Aug
(3) |
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
2010 |
Jan
(2) |
Feb
|
Mar
(6) |
Apr
(6) |
May
(34) |
Jun
|
Jul
(8) |
Aug
(3) |
Sep
|
Oct
(5) |
Nov
(3) |
Dec
(1) |
2011 |
Jan
|
Feb
(4) |
Mar
(3) |
Apr
|
May
|
Jun
(5) |
Jul
(9) |
Aug
(5) |
Sep
(9) |
Oct
(3) |
Nov
(10) |
Dec
(1) |
2012 |
Jan
(1) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(9) |
2014 |
Jan
(1) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
(4) |
19
|
20
|
21
|
22
|
23
|
24
|
25
(3) |
26
(4) |
27
|
28
|
29
|
30
|
|
|
|
|
|
From: <bm...@ca...> - 2007-04-26 10:18:27
|
I had to do the same with pyvtk (no support for numpy floats in the version= in the repos). I could have sworn I did not install that from CVS on edgy, but perhaps I remember wrong. Personally I suspect some numpy conversion happened automatically and now not anymore... Benny Quoting Pau Cervera Badia <ce...@ff...>: > Great! > > Thanks very much! ;-) > > bm...@ca... wrote: >> Downloading SVN version, and installing, leaving the Unix configurations >> untouched from their defaults, solves the problem. >> >> Pau, I would suggest you do the same. >> Getting rid of the annoying with messages is an added bonus! >> >> Benny >> >> Quoting bm...@ca...: >> >> >>> Using 2.4 does not solve it on my system. >>> Same error. >>> >>> Quoting Pau Cervera Badia <ce...@ff...>: >>> >>> >>>> I had the same problem yesterday. I solved by using python2.4 instead >>>> of python2.5 which comes with Feisty as default. I couldn't find a >>>> better solution. >>>> >>>> Hope that helps, >>>> >>>> bm...@ca... wrote: >>>> >>>>> Hi, >>>>> >>>>> I upgraded my PC to Feisty, and gnuplot gives wrong results. >>>>> >>>>> Inline passing of Data no longer works. >>>>> Running eg test.py : >>>>> >>>>> ############### test GridData and compute_GridData ########## >>>>> a function of two variables from a GridData file >>>>> Press return to show results... >>>>> Warning: empty x range [-10:-10], adjusting to [-9.9:-10.1] >>>>> Warning: empty y range [-0.839072:-0.839072], adjusting to >>>>> [-0.830681:-0.847462] >>>>> Warning: empty z range [0.544021:0.544021], adjusting to [0.538581:0.= 54 >>>>> >> 9 >> >>> 461] >>> >>>>> further: >>>>> >>>>> gnuplot> set parametric >>>>> gnuplot> set data style lines >>>>> gnuplot> set hidden >>>>> gnuplot> set contour base >>>>> gnuplot> set xlabel "x" >>>>> gnuplot> set ylabel "y" >>>>> gnuplot> splot '/tmp/tmpYPH6zP' notitle >>>>> Same thing, inline data >>>>> Press return to show results... >>>>> Warning: empty x range [0:0], adjusting to [-1:1] >>>>> Warning: empty y range [-1.5:-1.5], adjusting to [-1.485:-1.515] >>>>> Warning: empty z range [-2.25:-2.25], adjusting to [-2.2275:-2.2725] >>>>> Notice: cannot contour non grid data! >>>>> Notice: No surface grid anything could be hidden behind >>>>> line 24: *All* edges undefined or out of range, thus no plot= . >>>>> >>>>> I am on AMD64, dual core, standard Feisty packages (so python-gnuplot= 1 >>>>> >> . >> >>> 7) >>> >>>>> Anything I can do to get my code working again quickly? >>>>> >>>>> Benny >>>>> >>>>> ---------------------------------------------------------------- >>>>> This message was sent using IMP, the Internet Messaging Program. >>>>> >>>>> ---------------------------------------------------------------------= -- >>>>> >> - >> >>> - >>> >>>>> This SF.net email is sponsored by DB2 Express >>>>> Download DB2 Express C - the FREE version of DB2 express and take >>>>> control of your XML. No limits. Just data. Click to get it now. >>>>> http://sourceforge.net/powerbar/db2/ >>>>> _______________________________________________ >>>>> Gnuplot-py-users mailing list >>>>> Gnu...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users >>>>> >>>>> >>>>> >>>>> >>>> -- >>>> Pau Cervera i Badia (e-mail ce...@ff...) >>>> { >>>> Departament de F=EDsica Fonamental Mart=ED i Franqu=E9= s, >>>> >>> 1 >>> >>>> Universitat de Barcelona Planta 3, despatx 346 bis >>>> 08028 Barcelona >>>> tel: +34 934 039 708 Spain >>>> >>>> "Simple things should be simple, complex things should be possible." >>>> -- Alan Kay >>>> return http://www.ffn.ub.es/%7Ecervera/ >>>> } >>>> >>>> >>> >>> ---------------------------------------------------------------- >>> This message was sent using IMP, the Internet Messaging Program. >>> >>> -----------------------------------------------------------------------= -- >>> This SF.net email is sponsored by DB2 Express >>> Download DB2 Express C - the FREE version of DB2 express and take >>> control of your XML. No limits. Just data. Click to get it now. >>> http://sourceforge.net/powerbar/db2/ >>> _______________________________________________ >>> Gnuplot-py-users mailing list >>> Gnu...@li... >>> https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users >>> >>> >> >> >> >> ---------------------------------------------------------------- >> This message was sent using IMP, the Internet Messaging Program. >> >> ------------------------------------------------------------------------= - >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Gnuplot-py-users mailing list >> Gnu...@li... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users >> >> >> > > -- > Pau Cervera i Badia (e-mail ce...@ff...) > { > Departament de F=EDsica Fonamental Mart=ED i Franqu=E9s, = 1 > Universitat de Barcelona Planta 3, despatx 346 bis > 08028 Barcelona > tel: +34 934 039 708 Spain > > "Simple things should be simple, complex things should be possible." > -- Alan Kay > return http://www.ffn.ub.es/%7Ecervera/ > } > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: Pau C. B. <ce...@ff...> - 2007-04-26 10:02:59
|
Great! Thanks very much! ;-) bm...@ca... wrote: > Downloading SVN version, and installing, leaving the Unix configurations > untouched from their defaults, solves the problem. > > Pau, I would suggest you do the same. > Getting rid of the annoying with messages is an added bonus! > > Benny > > Quoting bm...@ca...: > > >> Using 2.4 does not solve it on my system. >> Same error. >> >> Quoting Pau Cervera Badia <ce...@ff...>: >> >> >>> I had the same problem yesterday. I solved by using python2.4 instead >>> of python2.5 which comes with Feisty as default. I couldn't find a >>> better solution. >>> >>> Hope that helps, >>> >>> bm...@ca... wrote: >>> >>>> Hi, >>>> >>>> I upgraded my PC to Feisty, and gnuplot gives wrong results. >>>> >>>> Inline passing of Data no longer works. >>>> Running eg test.py : >>>> >>>> ############### test GridData and compute_GridData ########## >>>> a function of two variables from a GridData file >>>> Press return to show results... >>>> Warning: empty x range [-10:-10], adjusting to [-9.9:-10.1] >>>> Warning: empty y range [-0.839072:-0.839072], adjusting to >>>> [-0.830681:-0.847462] >>>> Warning: empty z range [0.544021:0.544021], adjusting to [0.538581:0.54 >>>> > 9 > >> 461] >> >>>> further: >>>> >>>> gnuplot> set parametric >>>> gnuplot> set data style lines >>>> gnuplot> set hidden >>>> gnuplot> set contour base >>>> gnuplot> set xlabel "x" >>>> gnuplot> set ylabel "y" >>>> gnuplot> splot '/tmp/tmpYPH6zP' notitle >>>> Same thing, inline data >>>> Press return to show results... >>>> Warning: empty x range [0:0], adjusting to [-1:1] >>>> Warning: empty y range [-1.5:-1.5], adjusting to [-1.485:-1.515] >>>> Warning: empty z range [-2.25:-2.25], adjusting to [-2.2275:-2.2725] >>>> Notice: cannot contour non grid data! >>>> Notice: No surface grid anything could be hidden behind >>>> line 24: *All* edges undefined or out of range, thus no plot. >>>> >>>> I am on AMD64, dual core, standard Feisty packages (so python-gnuplot 1 >>>> > . > >> 7) >> >>>> Anything I can do to get my code working again quickly? >>>> >>>> Benny >>>> >>>> ---------------------------------------------------------------- >>>> This message was sent using IMP, the Internet Messaging Program. >>>> >>>> ----------------------------------------------------------------------- >>>> > - > >> - >> >>>> This SF.net email is sponsored by DB2 Express >>>> Download DB2 Express C - the FREE version of DB2 express and take >>>> control of your XML. No limits. Just data. Click to get it now. >>>> http://sourceforge.net/powerbar/db2/ >>>> _______________________________________________ >>>> Gnuplot-py-users mailing list >>>> Gnu...@li... >>>> https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users >>>> >>>> >>>> >>>> >>> -- >>> Pau Cervera i Badia (e-mail ce...@ff...) >>> { >>> Departament de Física Fonamental Martí i Franqués, >>> >> 1 >> >>> Universitat de Barcelona Planta 3, despatx 346 bis >>> 08028 Barcelona >>> tel: +34 934 039 708 Spain >>> >>> "Simple things should be simple, complex things should be possible." >>> -- Alan Kay >>> return http://www.ffn.ub.es/%7Ecervera/ >>> } >>> >>> >> >> ---------------------------------------------------------------- >> This message was sent using IMP, the Internet Messaging Program. >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Gnuplot-py-users mailing list >> Gnu...@li... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users >> >> > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gnuplot-py-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users > > > -- Pau Cervera i Badia (e-mail ce...@ff...) { Departament de Física Fonamental Martí i Franqués, 1 Universitat de Barcelona Planta 3, despatx 346 bis 08028 Barcelona tel: +34 934 039 708 Spain "Simple things should be simple, complex things should be possible." -- Alan Kay return http://www.ffn.ub.es/%7Ecervera/ } |
From: <bm...@ca...> - 2007-04-26 09:40:44
|
Downloading SVN version, and installing, leaving the Unix configurations untouched from their defaults, solves the problem. Pau, I would suggest you do the same. Getting rid of the annoying with messages is an added bonus! Benny Quoting bm...@ca...: > Using 2.4 does not solve it on my system. > Same error. > > Quoting Pau Cervera Badia <ce...@ff...>: > >> I had the same problem yesterday. I solved by using python2.4 instead >> of python2.5 which comes with Feisty as default. I couldn't find a >> better solution. >> >> Hope that helps, >> >> bm...@ca... wrote: >>> Hi, >>> >>> I upgraded my PC to Feisty, and gnuplot gives wrong results. >>> >>> Inline passing of Data no longer works. >>> Running eg test.py : >>> >>> ############### test GridData and compute_GridData ########## >>> a function of two variables from a GridData file >>> Press return to show results... >>> Warning: empty x range [-10:-10], adjusting to [-9.9:-10.1] >>> Warning: empty y range [-0.839072:-0.839072], adjusting to >>> [-0.830681:-0.847462] >>> Warning: empty z range [0.544021:0.544021], adjusting to [0.538581:0.54= 9 > 461] >>> >>> further: >>> >>> gnuplot> set parametric >>> gnuplot> set data style lines >>> gnuplot> set hidden >>> gnuplot> set contour base >>> gnuplot> set xlabel "x" >>> gnuplot> set ylabel "y" >>> gnuplot> splot '/tmp/tmpYPH6zP' notitle >>> Same thing, inline data >>> Press return to show results... >>> Warning: empty x range [0:0], adjusting to [-1:1] >>> Warning: empty y range [-1.5:-1.5], adjusting to [-1.485:-1.515] >>> Warning: empty z range [-2.25:-2.25], adjusting to [-2.2275:-2.2725] >>> Notice: cannot contour non grid data! >>> Notice: No surface grid anything could be hidden behind >>> line 24: *All* edges undefined or out of range, thus no plot. >>> >>> I am on AMD64, dual core, standard Feisty packages (so python-gnuplot 1= . > 7) >>> >>> Anything I can do to get my code working again quickly? >>> >>> Benny >>> >>> ---------------------------------------------------------------- >>> This message was sent using IMP, the Internet Messaging Program. >>> >>> -----------------------------------------------------------------------= - > - >>> This SF.net email is sponsored by DB2 Express >>> Download DB2 Express C - the FREE version of DB2 express and take >>> control of your XML. No limits. Just data. Click to get it now. >>> http://sourceforge.net/powerbar/db2/ >>> _______________________________________________ >>> Gnuplot-py-users mailing list >>> Gnu...@li... >>> https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users >>> >>> >>> >> >> -- >> Pau Cervera i Badia (e-mail ce...@ff...) >> { >> Departament de F=EDsica Fonamental Mart=ED i Franqu=E9s, > 1 >> Universitat de Barcelona Planta 3, despatx 346 bis >> 08028 Barcelona >> tel: +34 934 039 708 Spain >> >> "Simple things should be simple, complex things should be possible." >> -- Alan Kay >> return http://www.ffn.ub.es/%7Ecervera/ >> } >> > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Gnuplot-py-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |
From: <bm...@ca...> - 2007-04-26 09:18:02
|
Using 2.4 does not solve it on my system. Same error. Quoting Pau Cervera Badia <ce...@ff...>: > I had the same problem yesterday. I solved by using python2.4 instead > of python2.5 which comes with Feisty as default. I couldn't find a > better solution. > > Hope that helps, > > bm...@ca... wrote: >> Hi, >> >> I upgraded my PC to Feisty, and gnuplot gives wrong results. >> >> Inline passing of Data no longer works. >> Running eg test.py : >> >> ############### test GridData and compute_GridData ########## >> a function of two variables from a GridData file >> Press return to show results... >> Warning: empty x range [-10:-10], adjusting to [-9.9:-10.1] >> Warning: empty y range [-0.839072:-0.839072], adjusting to >> [-0.830681:-0.847462] >> Warning: empty z range [0.544021:0.544021], adjusting to [0.538581:0.549= 461] >> >> further: >> >> gnuplot> set parametric >> gnuplot> set data style lines >> gnuplot> set hidden >> gnuplot> set contour base >> gnuplot> set xlabel "x" >> gnuplot> set ylabel "y" >> gnuplot> splot '/tmp/tmpYPH6zP' notitle >> Same thing, inline data >> Press return to show results... >> Warning: empty x range [0:0], adjusting to [-1:1] >> Warning: empty y range [-1.5:-1.5], adjusting to [-1.485:-1.515] >> Warning: empty z range [-2.25:-2.25], adjusting to [-2.2275:-2.2725] >> Notice: cannot contour non grid data! >> Notice: No surface grid anything could be hidden behind >> line 24: *All* edges undefined or out of range, thus no plot. >> >> I am on AMD64, dual core, standard Feisty packages (so python-gnuplot 1.= 7) >> >> Anything I can do to get my code working again quickly? >> >> Benny >> >> ---------------------------------------------------------------- >> This message was sent using IMP, the Internet Messaging Program. >> >> ------------------------------------------------------------------------= - >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Gnuplot-py-users mailing list >> Gnu...@li... >> https://lists.sourceforge.net/lists/listinfo/gnuplot-py-users >> >> >> > > -- > Pau Cervera i Badia (e-mail ce...@ff...) > { > Departament de F=EDsica Fonamental Mart=ED i Franqu=E9s, = 1 > Universitat de Barcelona Planta 3, despatx 346 bis > 08028 Barcelona > tel: +34 934 039 708 Spain > > "Simple things should be simple, complex things should be possible." > -- Alan Kay > return http://www.ffn.ub.es/%7Ecervera/ > } > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |