gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.83k stars 335 forks source link

Use gvgen for generating graphs #79

Closed gak closed 11 years ago

gak commented 15 years ago

Hi folks,

I think you may ease the graphviz code generation using gvgen : http://software.inl.fr/trac/wiki/GvGen

this way you could add legend support etc..