Comment 5 for bug 110219

Revision history for this message
Edoardo Batini (edoardo-batini) wrote :

Benny,
running python-gnuplot test.py on my pc works nicely, except for all 'with' warnings. Here's the output:

############### test GridData and compute_GridData ##########
a function of two variables from a GridData file
Press return to show results...

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/tmpzYYp9E' notitle
Same thing, inline data
Press return to show results...

gnuplot> splot '-' notitle
The same thing using binary mode
Press return to show results...

gnuplot> splot '/tmp/tmpTRa7AC' binary notitle
The same thing using compute_GridData to tabulate function
Press return to show results...

gnuplot> splot '/tmp/tmpVKyEWW' binary notitle
Use compute_GridData in ufunc and binary mode
Press return to show results...

gnuplot> splot '/tmp/tmpJp8lbP' binary notitle
And now rotate it a bit
Press return to show results...

gnuplot> set view 60, 35
gnuplot> splot '/tmp/tmp3Idtw0' binary notitle
gnuplot> set view 60, 40
gnuplot> splot '/tmp/tmp2MESgp' binary notitle
gnuplot> set view 60, 45
gnuplot> splot '/tmp/tmpKxZtaZ' binary notitle
gnuplot> set view 60, 50
gnuplot> splot '/tmp/tmpPMhxyv' binary notitle
gnuplot> set view 60, 55
gnuplot> splot '/tmp/tmpN1zoHX' binary notitle
gnuplot> set view 60, 60
gnuplot> splot '/tmp/tmpBTlN-m' binary notitle
gnuplot> set view 60, 65
gnuplot> splot '/tmp/tmpvDK_Mw' binary notitle
Press return to end the test.

Same thing for demo.py:
I get no errors