Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion docs/source/api/drawing/xgi.drawing.draw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ xgi.drawing.draw
.. automodule:: xgi.drawing.draw

.. rubric:: Functions

.. note::

**Node Label Sizing**: The :func:`draw` function does not currently support
customizing the size of node labels. Node labels are drawn with default sizing.

If you need to customize node label properties (including size), you can draw
the hypergraph elements separately using :func:`draw_nodes` and then use
:func:`draw_node_labels` with custom matplotlib text properties. Alternatively,
you can use matplotlib's text manipulation functions directly on the drawn labels.


.. autofunction:: draw
.. autofunction:: draw_bipartite
Expand All @@ -16,4 +27,4 @@ xgi.drawing.draw
.. autofunction:: draw_directed_dyads
.. autofunction:: draw_simplices
.. autofunction:: draw_node_labels
.. autofunction:: draw_hyperedge_labels
.. autofunction:: draw_hyperedge_labels