xgi-org / xgi

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

Minor changes and corrections to tutorials in the API #479

Closed thomasrobiglio closed 9 months ago

thomasrobiglio commented 9 months ago

added missing focus tutorials #475 added hyperedges in depth tutorial to API #456

I will also add a recipe for the coloring of hyperedges (as suggested in #478) + do minor changes correcting typos and imprecisions.

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

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (31b0fc8) 92.05% compared to head (123c28a) 92.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #479 +/- ## ======================================= Coverage 92.05% 92.05% ======================================= Files 60 60 Lines 4392 4392 ======================================= Hits 4043 4043 Misses 349 349 ```

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

thomasrobiglio commented 9 months ago

This should be ready now.

@maximelucas I made a small addition in the in depth tutorial about the edges, in the end when you show how to combine this with the nodes. I think you wanted to say that you can combine drawing nodes and edgesusing xgi.draw or plotting the nodes and edges separately.

maximelucas commented 9 months ago

This is great, thanks so much Thomas.

I just left typo comments. Also I'd change "In Depth 2:" to "In depth -" for consistency with the others.

Screenshot 2023-10-19 at 14 23 16
maximelucas commented 9 months ago

Hero 🏇🏻