Graph in wxPython

Derrick 'dman' Hudson dman at dman13.dyndns.org
Fri Jan 2 09:35:03 EST 2004


On 31 Dec 2003 23:56:09 -0800, Miki Tebeka wrote:
> Hello "Oh Kyu Yoon",
> 
>> Does anyone know how to implement plots from scipy, chaco, etc
>> into wxPython widget?
>
> Save them as an image and use wxImage?

This works.  This past spring I had to implement basic graph
generation for a school project I was using wxPython for.  I opened a
pipe to gnuplot, let it create an image, then displayed the image.

-D

-- 
If your life is a hard drive,
Christ can be your backup.
 
www: http://dman13.dyndns.org/~dman/            jabber: dman at dman13.dyndns.org



More information about the Python-list mailing list