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
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
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:
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
Thanks, Jonathan. Can you please give a little more information here?
--
http://mail.python.org/mailman/listinfo/python-list
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