Drawing (directed) graphs

Adrian Eyre a.eyre at optichrome.com
Tue Nov 2 09:44:17 EST 1999


> Does anyone know of Python code for drawing graphs of the
> graph-theoretic type? Ideally, I'd like to be able to interactively
> add nodes and edges etc and add data to structures associated with the
> nodes and edges.

Depends if you're looking for a proper graphics display, or an ASCII
representation. A full graphics version would not be platform
independent, and would require a graphics library.

--------------------------------------------
Adrian Eyre <mailto:a.eyre at optichrome.com>
Optichrome Computer Solutions Ltd
Maybury Road, Woking, Surrey, GU21 5HX, UK
Tel: +44 1483 740 233  Fax: +44 1483 760 644
http://www.optichrome.com 
--------------------------------------------





More information about the Python-list mailing list