Re: Do a Gnuplot of a file in python

2008-11-18 Thread matthew43
(most recent call last): >>> File "./spectrum_output.py", line 310, in >>> main_loop(tb) >>> File "./spectrum_output.py", line 289, in main_loop >>> g.load(power.p) >>> AttributeError: 'file' object has no attribute 

Re: Do a Gnuplot of a file in python

2008-10-27 Thread Santix
7; > > I don't know gnuplot nor what g.load expects - but probably some lines > above that you have something like this: > power = open(...) > Try with g.load("power.p") instead. > > -- > Gabriel Genellina > > -- > http://mail.python.org/mailman/listinfo/python-list > > -- View this message in context: http://www.nabble.com/Do-a-Gnuplot-of-a-file-in-python-tp20134007p20191843.html Sent from the Python - python-list mailing list archive at Nabble.com. -- http://mail.python.org/mailman/listinfo/python-list

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

Do a Gnuplot of a file in python

2008-10-23 Thread Santix
... with more data It goes ok when I load it in gnuplot, but not when I execute the python program in the Terminal. Thanks in advance! Regards, Santiago Ortega. -- View this message in context: http://www.nabble.com/Do-a-Gnuplot-of-a-file-in-python-tp20134007p201