Re: RE : Gnuplot

2013-04-04 Thread Mark Lawrence
On 04/04/2013 10:05, Murugesan, Karthik wrote: Hello, I am having a few issues interfacing gnuplot with python. Any ideas on how to solve this? Thanks Sorry not a direct response but I found the best solution to gnuplot problems was using matplotlib instead. -- If you're using GoogleCrap

RE : Gnuplot

2013-04-04 Thread Murugesan, Karthik
Hello, I am having a few issues interfacing gnuplot with python. When I try to run the demo.py file I get the following error messages: Traceback (most recent call last): File "C:\Program Files\Common Files\dSPACE\Python25\lib\site-packages\Pythonwin\pywin\framework\scriptutils.py", line 310

Re: gnuplot-py: plotoutput in string?

2005-08-18 Thread Grant Edwards
On 2005-08-18, Nicola Kaiser <[EMAIL PROTECTED]> wrote: > I´m using Gnuplot via gnuplot.py and I´m looking for a way to get the > plotting output (terminal set to png in my case) piped in a string > instead of to stdout or a file. Plotting to a file and then reading the file is pretty trivial:

Re: gnuplot on Canvas widget

2005-01-27 Thread Fernando Perez
Jonathan Ellis wrote: > Blues wrote: >> I have used two great models - Tkinter and Gnuplot.py - for a while. > I >> can display an image on a Canvas widget using Tkinter and I can also >> generate a gnuplot from Python on the fly in a separate window. Does >> anyone know how to display such a gn

Re: gnuplot on Canvas widget

2005-01-27 Thread Blues
Thanks, Jonathan. Can you please give a little more information here? -- http://mail.python.org/mailman/listinfo/python-list

Re: gnuplot on Canvas widget

2005-01-27 Thread Jonathan Ellis
Blues wrote: > I have used two great models - Tkinter and Gnuplot.py - for a while. I > can display an image on a Canvas widget using Tkinter and I can also > generate a gnuplot from Python on the fly in a separate window. Does > anyone know how to display such a gnuplot on the Canvas widget with