Skip to content

Commit

Permalink
made all draw functions available from xgi (#246)
Browse files Browse the repository at this point in the history
* made all draw functions available from xgi and document them
  • Loading branch information
maximelucas authored Dec 8, 2022
1 parent 3539c9c commit e674d61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/api/drawing/xgi.drawing.xgi_pylab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ xgi.drawing.xgi_pylab

.. rubric:: Functions

.. autofunction:: draw
.. autofunction:: draw
.. autofunction:: draw_xgi_nodes
.. autofunction:: draw_xgi_hyperedges
.. autofunction:: draw_xgi_simplices
.. autofunction:: draw_node_labels
.. autofunction:: draw_hyperedge_labels
5 changes: 5 additions & 0 deletions xgi/drawing/xgi_pylab.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@

__all__ = [
"draw",
"draw_xgi_nodes",
"draw_xgi_hyperedges",
"draw_xgi_simplices",
"draw_node_labels",
"draw_hyperedge_labels",
]


Expand Down

0 comments on commit e674d61

Please sign in to comment.