xgi-org / xgi

CompleX Group Interactions (XGI) is a Python package for higher-order networks.
https://xgi.readthedocs.io
Other
180 stars 28 forks source link

Added a new drawing recipe #535

Closed nwlandry closed 5 months ago

nwlandry commented 5 months ago

Added a recipe showing how to reuse the same nodal positions to plot many hypergraphs. Fixes #510.

review-notebook-app[bot] commented 5 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.29%. Comparing base (fd62bdc) to head (371438c). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #535 +/- ## ======================================= Coverage 92.29% 92.29% ======================================= Files 60 60 Lines 4493 4493 ======================================= Hits 4147 4147 Misses 346 346 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nwlandry commented 5 months ago

@tlarock I believe I addressed all of your comments!