Animated graphs / wxPython

Henrik Motakef henrik.motakef at web.de
Sun Feb 10 03:30:23 EST 2002


"Duncan Smith" <buzzard at urubu.freeserve.co.uk> writes:

> I need to frequently redraw a graph (ie. nodes and edges) to a wxPython
> panel.  ie. I remove and/or add edges to the graph and then redraw it.  I am
> currently using wxPython ellipses and lines for drawing the nodes and edges.

This isn't directly related to your question, but did you have a look
at the OGL library (included by default in wxPython, AFAIK)? Could
make things easier, scince it is all about diagrams of nodes and
connections between them.

hth
Henrik



More information about the Python-list mailing list