You might want to try
g.reset()
or something of the sort.
i saw this post because I'm also trying to figure out gnuplot.py
I can't seem to find proper documentation anywhere.
unless its telling me to run "demo.py" and analyse the code.
does any1 have any idea where else I could look? A comprehe
Thanks a lot because it works with
g.load("power.p")
But now I have this problem
gnuplot> load 'power.p'
gnuplot> set terminal postscript enhanced color
gnuplot> set output "spectrum.ps"
gnuplot> plot
gnuplot> set terminal x11
gnuplot> set output
gnuplot> plot
^
line
En Thu, 23 Oct 2008 13:58:20 -0200, Santix <[EMAIL PROTECTED]>
escribió:
I am doing a python program that save the data in a text file in columns
and
I want to do a gnuplot to plot the results.
But I want the program in python to show the result with gnuplot.
I have tried this:
g.load(power