-
Notifications
You must be signed in to change notification settings - Fork 33
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
Embedded nodes in draw_multilayer
#612
base: main
Are you sure you want to change the base?
Embedded nodes in draw_multilayer
#612
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Quoting @thomasrobiglio :
Yes, I thought that might be a problem. Matplotlib has different types of collections, including a PatchCollection with an example here. Would this work with the 3D patches? |
Thank you @maximelucas! this is more or less the documentation I was looking at when working on this... let's see if I can find something that works :). |
This could be a way out... to have the circles for the nodes drawn as polygons with many sides. It's not the best thing to do, but I could not find a way to use a collection of circle objects in 3d. With a couple of tweaks, I should be able to make it work from outside as the function we have in the stable version now. |
Could you show us what the viz would look like? Is it like your example in the issue you opened? |
Adresses #436. I am still working on this to try to change as little as possible to behavior of the function.