-
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
Fixing things in drawing functions #476
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #476 +/- ##
==========================================
- Coverage 92.03% 92.00% -0.03%
==========================================
Files 60 60
Lines 4392 4429 +37
==========================================
+ Hits 4042 4075 +33
- Misses 350 354 +4
☔ View full report in Codecov by Sentry. |
thanks max! I'll check about #433 |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This is ready for review. With the last commits, I rewrote
|
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 @maximelucas this looks super good! I have added minor comments. One more small thing:
I have noticed that we were inconsistent in the naming of the in-depth tutos (see pic). Can you:
In depth 2 - Drawing hyperedges -> In depth: drawing hyperedges
In Depth - Drawing DiHypergraphs -> In depth: drawing DiHypergraphs
(or something else to make the three names consistent?)
Good points Thomas, thanks! All addressed now I think. |
Great work, @maximelucas!! Much needed changes and thanks for pushing this through! |
sep
argument not working multilayer plotting function #433 @thomasrobiglio can you check?draw()
ignored if one of them is passed as argument #443 (one function was missing)draw_dihypergraph()
more consistent with the other (updated) functions. I solved some bugs on the way, but making it fully consistent (and bug free) will require a bigger rewrite. I'll open an issue.draw_dihypergraph()
. More needed.