Hacker News new | ask | show | jobs
by jonititan 1294 days ago
Is it compatible with graphviz? https://graphviz.readthedocs.io/en/stable/

The graphviz python library works great I've found with the sole exception of not having straightforward ways to edit the graph after creation. It's really more intended for packaging it up to pass to the command line application.

Will you have file import/export for .dot and similar?

1 comments

Have not used it with graphviz yet. There is an example how to use it in combination with networkx, which probably can be adjusted quiet easily.

I'm planning to better integrate it with other graph libraries, but at the moment you have manually translate between graph-force and you library of choice.