-
Notifications
You must be signed in to change notification settings - Fork 41
Partial speed-up for draw function #211
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
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
leotrs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for PRing! Just a quick suggestion.
Co-authored-by: Leo Torres <[email protected]>
iaciac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @leotrs, just the node size adjustment was missing
Co-authored-by: Iacopo Iacopini <[email protected]>
|
Thank Iac. Just put a commented related to #181 but already approved. |
|
@iaciac can you give a comparison on the speed of drawing nodes before and after your PR? |
|
If I remember correctly it's 3 times faster. I need to check |
Nodes are now plotted with iterables.
The plotting of hyperedges has to be improved, but it is not as straightforward.