Skip to content

Commit cd320c3

Browse files
committed
docs: added note
1 parent aa4b4c6 commit cd320c3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

xgi/drawing/draw.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,12 @@ def draw(
258258
>>> H.add_edges_from([[1,2,3],[3,4],[4,5,6,7],[7,8,9,10,11]])
259259
>>> ax = xgi.draw(H, pos=xgi.barycenter_spring_layout(H))
260260
261+
Notes
262+
-----
263+
For finer control over node or hyperedge label appearance, call
264+
:func:`draw_node_labels` or :func:`draw_hyperedge_labels` directly after
265+
``draw()``.
266+
261267
See Also
262268
--------
263269
draw_nodes

0 commit comments

Comments
 (0)