-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drawing hull as an option in draw_hyperedges (#491)
* feat: rewrite draw_hull, initial * feat: included hull option in draw_hyperedges * clean: removed useless parameter k * added hull and radius arguments to draw * removed draw_hull functions as they are included in draw * ! changed default node_size from 15 to 7. fix: tests * ! changed default node_size from 15 to 7. fix: tests * fix: reran and updated tuto notebooks * clean: removed any reference to _color_arg_to_dict * style: black * fix: updated notebook * updated notebooks and removed ref in docs * feat: added node_fc_cmap argument to xgi.draw (was already in draw_node) * fix: tuto * doc: add comment about min node size for labels * fix: bug in notebook test * fix: try againt * fix: try again * try by removing 3d plot * reran recipe notebook and try again by closing figs in multilayer indepth notebook * add multilayer example back + black
- Loading branch information
1 parent
1debfd5
commit 4e829bc
Showing
12 changed files
with
463 additions
and
1,176 deletions.
There are no files selected for viewing
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.
48 changes: 26 additions & 22 deletions
48
docs/source/api/tutorials/In Depth 1 - Drawing nodes.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
45 changes: 20 additions & 25 deletions
45
docs/source/api/tutorials/In Depth 2 - Drawing hyperedges.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
98 changes: 50 additions & 48 deletions
98
docs/source/api/tutorials/In Depth 3 - Drawing DiHypergraphs.ipynb
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
592 changes: 280 additions & 312 deletions
592
docs/source/api/tutorials/Tutorial 5 - Plotting.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
261 changes: 0 additions & 261 deletions
261
docs/source/api/tutorials/Tutorial 7 - Convex hulls hypergraph plotting.ipynb
This file was deleted.
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
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
Oops, something went wrong.