fkling / JSNetworkX

Build, process and analyze graphs in JavaScript (port of NetworkX)
https://felix-kling.de/jsnetworkx/
Other
757 stars 185 forks source link

generate graphviz dot file - write_dot #54

Open iamtennislover opened 8 years ago

iamtennislover commented 8 years ago

How to generate a graphviz dot file from a NetworkX graph?

https://networkx.github.io/documentation/latest/reference/generated/networkx.drawing.nx_pydot.write_dot.html

fkling commented 8 years ago

This method is not implemented yet (if that's your question).

iamtennislover commented 8 years ago

Thanks, I found https://github.com/glejeune/node-graphvi by the way that can do that. Just an FYI