Thanks all you guys for the help.
--
http://mail.python.org/mailman/listinfo/python-list
Maybe this graph library can be useful to you:
http://sourceforge.net/projects/pynetwork/
Bye,
bearophile
--
http://mail.python.org/mailman/listinfo/python-list
> pydot is pretty amazing in its abilitity to make nice, readable renderings of
> graph data.
> http://dkbza.org/pydot.html
Well It's thanks to graphwiz..
http://www.research.att.com/sw/tools/graphviz/
I suggest to read the DOT language specification ( it is really easy )
and to roll up your ow
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
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?
>
> Thanks for any comments
>
I would sug
Look up the information on graphical displays in Tk for python.
http://www.pythonware.com/library/tkinter/introduction/
--
http://mail.python.org/mailman/listinfo/python-list
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?
Thanks for any comments
--
http://mail.python.org/mailman/listinfo/pyth