-
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.
Fixing things in drawing functions (#476)
* clean: removed unused cmap argument * fix: settings can now be changed with single values * removed as not needed anymore * feat: len(stat) #455 * feat ! : rewrite of draw_dihypgraph * style: cleaning * fix: tests * fix: test * tests: more * docstring: better * feat: add iterations argument to layout * tuto: new indepth * reran notebook * reran notebook * review reply - removed unused lines * response to review
- Loading branch information
1 parent
16e39f6
commit 84187d6
Showing
9 changed files
with
1,117 additions
and
228 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
705 changes: 705 additions & 0 deletions
705
docs/source/api/tutorials/In Depth 3 - Drawing DiHypergraphs.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
45 changes: 23 additions & 22 deletions
45
docs/source/api/tutorials/Tutorial 8 - Directed Hypergraphs.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
################## | ||
In depth tutorials | ||
In Depth tutorials | ||
################## | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
In Depth 1 - Drawing nodes | ||
In Depth 2 - Drawing hyperedges | ||
In Depth 2 - Drawing hyperedges | ||
In Depth 3 - Drawing DiHypergraphs |
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.