creating graphs from lists

Lonnie Princehouse fnord at u.washington.edu
Thu Jul 1 12:44:05 EDT 2004


Check out graphviz:

http://www.research.att.com/sw/tools/graphviz/

There are Python bindings somewhere, but I seem to recall they're
broken or incomplete.  However, it's easy enough to write out a file
in graphviz' format.  It does an excellent job of laying out graphs.


"Luis P. Mendes" <luis_ at iname.com> wrote in message news:<newscache$gjv20i$o1c$1 at newsfront4.netvisao.pt>...
> I'm developing a program in Python, with no gui, and now I've reached a
> point where I would need to plot list of elements on a graph.
> 
> How can I do it?  preferably in a simple way?
> 
> 
> Luis



More information about the Python-list mailing list