-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
How to implement an anonymous subgraph #59
Comments
Could you try parsing it with gographviz and reverse engineering it that way? |
I managed to get an example of this working, before and after the changes. The graph for this example has been borrowed from https://stackoverflow.com/q/6824431
This produces the following: Where as we want them on the same level, so..... we add the following section to the code above:
Which gives us: The dot file looks like this :
I was struggling to work out out to add the subgraph above but it's actually fairly straightforward. Hopefully this helps someone else! 🙂 |
Thank you so much. |
I am closing the issue, but I also added a link to this issue from the Readme, to make it easier for other users to find. |
Hello, many thanks for this library!
I have a question which is duplicate of this issue here:
#9 (comment)
In a manual graphviz chart I have the following setup.
At the top of my graph I have defined:
As part of my graph I have the following anonymous graph:
This works, however similar to the issue linked above, how do I accomplish this in gographviz?
The text was updated successfully, but these errors were encountered: