-
Notifications
You must be signed in to change notification settings - Fork 116
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
Dot2Ruby Subgraph of subgraph #74
Comments
I corrected this bug. Here is the dot2ruby.g file i edited
|
@Timcolonel could you send a pull request ? |
Done - commit 4add3ce |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug when parsing a dot string to ruby with Dot2Ruby
It look like subgraphs(B) of subgraph(A) are not parsed:
Nodes and edges of subgraph(B) are included in the subgraph(A) instead of having subgraph(B) in subgraph(A).
So there is no more than one level of subgraph in the graph.
In this example node 1,2,3,4 will be node of subgraph(A) instead of subgraph(B1) and subgraph(B2) after parsing
The text was updated successfully, but these errors were encountered: