On Wed, 2010-06-09 at 22:15 +0530, Jeenu V wrote:
> On Wed, Jun 9, 2010 at 9:23 PM, Timo <timomli...@gmail.com> wrote:
> > It is definatly possible with PyGTK. Use a gtk.Drawingarea to draw on
> > using Cairo.
> >
> > But if you do not like to write this all by yourself, someone else has
> > done a pretty good job already here: http://notmyname.github.com/pygtkChart/
> 
> Well, mine isn't exactly a graph. But I think I can refer pygtkChart
> as a starting point. Thanks for pointing out.

If you are looking for general drawing, click handling, etc then it
sounds like you should use a canvas. Check out goocanvas (and its python
bindings - http://live.gnome.org/PyGoocanvas)

John


_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to