-
Notifications
You must be signed in to change notification settings - Fork 114
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
circlepack layout struggles with large number of nodes #345
Comments
Can you post a reproducible example? That would make it easier to check what is going on |
Hi David, I'm working with @jhjlee on this data. Here is a reproducible example that approximates the data we have. Unfortunately it isn't consistently reproducible. I can run it maybe 5 times, and twice it will execute properly, once it will produce an empty plot, and twice it will result in the problem Hyun Jae describes above. It will hang for a very long time and then produce an I note that it's normal for it to take some time to actually print out the plot, but creating the plot with It seems there is some randomness to the results as it figures out the plot co-ordinates. Thanks,
|
Thanks - I can reproduce the behaviour based on the provided code. Will investigate |
Hi Thomas, thanks for fixing. Thanks, |
it was due to rounding errors that lead to catastrophic failures as it is so often with computational geometry. It was fixed in the D3 version some time ago but I hadn't kept up to date with it |
Hi Thomas,
Thanks for a great tool!
I have a question about the circlepack layout that I'm trying to use on my data that has a single level of hierarchy (hundreds of groups, ~15 groups containing 100 or more nodes). When trying to plot, it runs for a while, and eventually throws a "enc3 error" , which I believe is related to the size of the enclosing circle?
Is there an upper limit to the number of nodes that can be included in a circlepack plot? Thank you very much.
The text was updated successfully, but these errors were encountered: