-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refact: initial rewrite of draw_hyperedges with collections * updated parameter handling * attempt at handling color args * fix: alpha * feature: finished functionality rewrite of drawing hyperedges. style: isort and black * tuto: new on drawing edges * updated docstrings * fix: tests * fix: tests and compatbility with draw simplices * fix: notebooks and order of nodes in lshift * added notebook on drawing edges * fix: impose zorder edges to be below dyads * reordered edges before plotting to ensure large ones are plotted first (and appear below) * fix: import seaborn for cmap crest * reran notebooks * reran notebooks * reran notebooks * fix: added seaborn to default requirements * fix: updated draw_simplices to make it consistent with draw_hyperedges * doc: updated docstrings accordingly * style: black and isort * fix: tests * tests: more for draw_hyperedges * style: black * reran plotting notebooks * Fix --------- Co-authored-by: Nicholas Landry <[email protected]>
- Loading branch information
1 parent
1b8df54
commit 31b0fc8
Showing
12 changed files
with
2,278 additions
and
391 deletions.
There are no files selected for viewing
29 changes: 13 additions & 16 deletions
29
docs/source/api/tutorials/In Depth 1 - Drawing nodes.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
482 changes: 482 additions & 0 deletions
482
docs/source/api/tutorials/In Depth 2 - Drawing hyperedges.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ scipy>=1.8 | |
pandas>=1.3 | ||
networkx>=2.7 | ||
requests>=2.0 | ||
matplotlib>=3.4 | ||
matplotlib>=3.4 | ||
seaborn>=0.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
273 changes: 273 additions & 0 deletions
273
tutorials/Tutorial 7 - Convex hulls hypergraph plotting.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.