You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: