From: <bm...@ca...> - 2007-04-25 14:00:24
|
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.549461] 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. |
From: mohsen r. <rah...@gm...> - 2009-05-22 13:13:58
|
His name Dear users, When I use gnuplot-py on windows xp with python 2.5.1 and run demo.py I get this: gnuplot> set terminal windows gnuplot> set title "A simple example" gnuplot> set data style linespoints gnuplot> plot "c:\\docume~1\\ef634~1.pas\\locals~1\\temp\\tmpm5ee2g.gnuplot" notitle Please press return to continue... Traceback (most recent call last): File "C:\Program Files\Paive-1.0\Lib\site-packages\Gnuplot\demo.py", line 110, in <module> demo() File "C:\Program Files\Paive-1.0\Lib\site-packages\Gnuplot\demo.py", line 36, in demo g.reset() File "C:\Program Files\Paive-1.0\lib\site-packages\Gnuplot\_Gnuplot.py", line 366, in reset self('reset') File "C:\Program Files\Paive-1.0\lib\site-packages\Gnuplot\_Gnuplot.py", line 210, in __call__ self.gnuplot(s) File "C:\Program Files\Paive-1.0\lib\site-packages\Gnuplot\gp_win32.py", line 130, in __call__ self.write(s + '\n') IOError: [Errno 22] Invalid argument what is my problem? Thanks a lot -- Best Regards Rahmanian |
From: Alan G I. <ai...@am...> - 2009-05-22 15:18:57
|
On 5/22/2009 9:13 AM mohsen rahmanian apparently wrote: > When I use gnuplot-py on windows xp with python 2.5.1 and run demo.py > I get this: > IOError: [Errno 22] Invalid argument Brian Connell recently ran into this. Hopefully he will post his solution. Alan Isaac |
From: Alan G I. <ai...@am...> - 2009-05-23 15:57:27
|
> On 5/22/2009 9:13 AM mohsen rahmanian apparently wrote: >> When I use gnuplot-py on windows xp with python 2.5.1 and run demo.py I get this: >> IOError: [Errno 22] Invalid argument On 5/22/2009 5:34 PM Brian Connell apparently wrote: > I saw this problem when a long sequence of gnuplot commands was being passed into another function as a parameter. The IOError was complaining that the parameter was not valid for some reason. Well, out of curiosity, I started from scratch on Win XP: - download Gnuplot.py version 1.8 from sourceforce - install under Python 2.5.4 (setup.py install) - change gp_win32.py to point to my copy of pgnuplot.exe (note the name!) - run demo.py No problems at all. Cheers, Alan Isaac |
From: <e....@nk...> - 2011-12-19 11:42:43
|
Dear all, I have a strange behaviuor when I try to plot. Unfortunately I couldn't yet discover something reproducible in the error. Here it is the gnuplot output put data ('e' ends) > 3095.52929688 5558.18603516 input data ('e' ends) > 3109.60009766 5553.88037109 input data ('e' ends) > 3123.6706543 5549.58398438171 554186 178182 660198 24 input data ('e' ends) > 4352383.282863.721483.361153.9 189236 792242 271257 8201 79552555.243225.264085.196755.427425.189185.160855.6819.13 127423 664428 221434 825440 458455 016551 687567 2935725.534805.845565.5 input data ('e' ends) > 393446 input data ('e' ends) > 85.9 input data ('e' ends) > what does it mean? It seems that the numbers got mixed up, isn't it? I'm plotting two numpy.arrays as Gnuplot.Data(X,Y, with_="lines", title="some title") Now at some point I could fix this problem by plotting "lines" instead of "linespoints". But indeed the problem is not that. Thanks Edo Edoardo Pasca, Ph.D The Netherlands Cancer Institute -- Antoni van Leeuwenhoek Hospital Radiotherapy Department Plesmanlaan 121 1066 CX Amsterdam tel: 0031 (0)20 512 1759 |
From: Michael H. <mh...@al...> - 2012-01-01 14:01:22
|
On 12/19/2011 12:29 PM, e....@nk... wrote: > I have a strange behaviuor when I try to plot. Unfortunately I > couldn't yet discover something reproducible in the error. > > Here it is the gnuplot output > > put data ('e' ends) > 3095.52929688 5558.18603516 input data ('e' > ends) > 3109.60009766 5553.88037109 input data ('e' ends) > > 3123.6706543 5549.58398438171 554186 178182 660198 24 input data ('e' > ends) > 4352383.282863.721483.361153.9 189236 792242 271257 8201 > 79552555.243225.264085.196755.427425.189185.160855.6819.13 127423 > 664428 221434 825440 458455 016551 687567 2935725.534805.845565.5 > input data ('e' ends) > 393446 input data ('e' ends) > 85.9 input > data ('e' ends) > > > what does it mean? It seems that the numbers got mixed up, isn't it? > > I'm plotting two numpy.arrays as > > Gnuplot.Data(X,Y, with_="lines", title="some title") I think you need to provide more specific information about how you generated this output, what you saw on your screen, what you expected, what platform you are using, whether you have changed any of the default Gnuplot.py settings, etc. Best would be that you include a simple script that fails as you described so that we can reproduce the problem. The output that you listed above doesn't necessarily indicate a problem; it looks like Gnuplot.py is using gnuplot's "plot '-'" feature to pass the data to gnuplot inline. The fact that the prompts don't match up with the number pairs is, I believe, inconsequential. Michael -- Michael Haggerty mh...@al... http://softwareswirl.blogspot.com/ |
From: Pau C. B. <ce...@ff...> - 2007-04-25 16:40:39
|
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.549461] > > 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/ } |
From: <bm...@ca...> - 2007-04-25 17:49:20
|
I think I already tried that. I will try that again when I'm at my desk tomorrow. Should it not be possible to use the windows way: write to file t= o communicate with gnuplot? Or does it happen like that already? Benny 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. |
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. |
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: 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 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. |