From: <emr...@gm...> - 2007-08-28 03:04:22
|
hi. i've just started using Gnuplot-py but i've a very simple problem. i use the exact code in the demo.py file which returns as this.. >>> import Gnuplot >>> g=Gnuplot.Gnuplot() >>> g.plot([[0,1.1], [1,5.8], [2,3.3], [3,4.2]]) >>> Warning: empty x range [0:0], adjusting to [-1:1] Warning: empty y range [1.1:1.1], adjusting to [1.089:1.111] which shows a Gnuplot window but only with one dot at [0,1.1] it brings up the same error when a run demo.py can anyone help? -- EMRE AYDIN emr...@gm... |