[pygtk] Plot Widget

John Hunter jdh2358 at gmail.com
Sat Oct 20 00:17:38 WST 2007


On 10/19/07, Samuel Abels <newsgroups at debain.org> 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


More information about the pygtk mailing list