On 10/19/07, Samuel Abels <[EMAIL PROTECTED]> wrote: > Hi, > > I couldn't immediately find a plot widget so I wrote one of my own. > Perhaps it's of use to somebody else. > > Screenshot: http://debain.org/blog/plot.png > Package: http://debain.org/blog/plot-0.0.1.tgz
You can embed matplotlib in a GTK app -- eg any of the plots at http://matplotlib.sf.net/screenshots.html can be put into a gtk.DrawingArea. See the embedding_in_gtk*.py examples at http://matplotlib.sf.net/examples JDH _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
