Re: Do a Gnuplot of a file in python

2008-11-18 Thread matthew43
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

Re: Do a Gnuplot of a file in python

2008-10-27 Thread Santix
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

Re: Do a Gnuplot of a file in python

2008-10-23 Thread Gabriel Genellina
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