-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It would be slick if the graph could have a method to output to dot format. You could actually just serialize all the nodes (naming them by their index or something) and then setting their label, then serialize the edges - you don't have to do it the way you would "hand-write" a dot file.
In case it helps, this is how I do a similar thing in the jconf-grapher: https://github.com/rpavlik/jconf-grapher/blob/master/jconf2dot.py
Metadata
Metadata
Assignees
Labels
No labels