|
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.
|