Skip to content
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

Subgraphs need to be named clusterXX to be shown #19

Open
bergie opened this issue Feb 19, 2015 · 0 comments
Open

Subgraphs need to be named clusterXX to be shown #19

bergie opened this issue Feb 19, 2015 · 0 comments

Comments

@bergie
Copy link

bergie commented Feb 19, 2015

Graphviz doesn't render subgraphs unless their name begins with cluster

http://stackoverflow.com/questions/2012036/graphviz-how-to-connect-subgraphs

The quick fix would be to change https://github.com/cpettitt/graphlib-dot/blob/master/lib/write-one.js#L43 to:

writer.writeLine("subgraph cluster" + id(w) + " {");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant