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

Compound graphs should have compound=true property #43

Open
cmungall opened this issue Jul 28, 2019 · 0 comments
Open

Compound graphs should have compound=true property #43

cmungall opened this issue Jul 28, 2019 · 0 comments

Comments

@cmungall
Copy link

As noted in https://stackoverflow.com/questions/2012036/graphviz-how-to-connect-subgraphs

It's necessary for compound graphs to have a compound=true property if clusters are to be connected.

I would have thought this sufficient:

var digraph = new Graph({compound:true});

However, it's actually necessary to do this:

digraph.setGraph({compound:true})

Which is a little obscure.

Would it be possible to set this automatically if the graph is compound?

cmungall added a commit to INCATools/obographviz that referenced this issue Jul 28, 2019
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