-
Notifications
You must be signed in to change notification settings - Fork 13
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
Buggy behavior when Allow Nodes In Circles enabled #27
Comments
Now when an in-circle node has more than 5 neighbouring on-circle node, it's displacement is limited using the infinite series similar to one used in Zeno's paradox. |
This might work for smaller large degrees but when we have really high degrees it doesn't. We investigated this with @hasanbalci and here are our findings:
If we use a simple function like |
This looks fixed to me. @hasanbalci please confirm and close if OK. |
Yes, it's very good now, thanks! |
Sometimes, cluster circles are laid out too wide when
allowNodesInsideCircle
option is enabled. A sample case to reproduce:The resulting layout is not compact:
The text was updated successfully, but these errors were encountered: