-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
Description
This library currently focuses on exporting a Graph
instance into a format that GraphViz
can read in order to produce a resulting graph image, i.e. export via the Dot language.
However, we currently have no means to import from a Dot language definition into a Graph
instance, i.e. import via Dot language.
This is non-trivial, but I suppose all building blocks are ready. We can probably focus on the 80% use case and exclude some of the advanced features like sub-graphs and graph clusters.
Any volunteers? :)