-
Notifications
You must be signed in to change notification settings - Fork 30
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
Refactor multilayer drawing function and add headers to convert module #434
Conversation
Happy for any feedback @thomasrobiglio!! |
@nwlandry let me know if this is still a draft or you want me to review it (it looks like the function is ready we just need to twitch the tests)... I tried it very quickly today and it seems very nice and much more coherent with the rest of the drawing functions of XGI than my initial attempt 😄, thank you! |
…rkX layout functions. (#439)
Hi @thomasrobiglio, yes sorry about this - let me draft it and undraft when I am done updating the docs, tests, etc. I had a great foundation to work from, so thanks :) |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #434 +/- ##
=======================================
Coverage 90.97% 90.97%
=======================================
Files 58 59 +1
Lines 4088 4100 +12
=======================================
+ Hits 3719 3730 +11
- Misses 369 370 +1
☔ View full report in Codecov by Sentry. |
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.
I added a |
This adds the ability for users to specify the colors/sizes of every node/edge in the multilayer drawing function.