-
Notifications
You must be signed in to change notification settings - Fork 1
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
error when trying to visualize disjoint graphs #14
Comments
HI! I'm fairly sure this is a limitation of NetworkLayout.jl - it won't lay out certain graphs with certain algorithms. I think you could trigger this error with:
without Karnak.jl loaded. |
Hello! I adjusted the example from the NetworkLayout.jl doc.
Then I tried to use the
It gives the same error code:
Is Karnak,jl support for graph that has disjoint node? Thank you! I've attached some screenshots for your reference. The screenshot for the graph I am trying to visualize by using Karnak.jl: |
Works great! thanks |
Whenever I try to visualize a graph that is disjoint (not every vertex is reachable from every other vertex), an error appears. Are such graphs supported?
The text was updated successfully, but these errors were encountered: