Using graphviz to visualize trace.py output, anybody?

Pieter Swart pieterswart at comcast.net
Sat Nov 5 07:07:42 EST 2005


svenn.are at bjerkem.de wrote:
> I was originally thinking of piping the output of trace.py into a text
> file and then have python massage that text file into a dot file for
> graphviz to visualize.
>
> Some formatting is possible with graphviz, but I would expect the graph
> to be very dependent on how the program under test runs so I have
> little idea what to expect.
>

To mangle graphs and their drawing via graphviz on multilple platforms,
you might also want to try networkx combined with pygraphviz
(available from networkx.lanl.gov)

Cheers, Pieter




More information about the Python-list mailing list