We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Curious - will this tool output "dot" formatted files for using a tool like GraphViz for plotting the graph ?
https://en.wikipedia.org/wiki/DOT_(graph_description_language)
If not, this may be a really neat format to export to so that a whole bunch of tools can consume, and visualize the networks laid out here.
The text was updated successfully, but these errors were encountered:
I believe networkx (the underlying library used in netdiff) already does this: https://networkx.org/documentation/stable/reference/generated/networkx.drawing.nx_pydot.write_dot.html.
Sorry, something went wrong.
No branches or pull requests
Curious - will this tool output "dot" formatted files for using a tool like GraphViz for plotting the graph ?
https://en.wikipedia.org/wiki/DOT_(graph_description_language)
If not, this may be a really neat format to export to so that a whole bunch of tools can consume, and visualize the networks laid out here.
The text was updated successfully, but these errors were encountered: