GUI and graph

Kent Johnson kent at kentsjohnson.com
Thu Dec 22 19:20:52 EST 2005


questions? wrote:
> I have a graph with different parameters along different parts of the
> graph.
> 
> I want to have a program that can display the graph with coloring for
> different part of the graph. Is this possible in Python? What should I
> read?

pydot is pretty amazing in its abilitity to make nice, readable renderings of graph data.
http://dkbza.org/pydot.html

Kent



More information about the Python-list mailing list