Skip to content

Commit 5faff6e

Browse files
authored
Merge pull request #5691 from goretkin/patch-1
DOC: Update documentation of stem to mention StemContainer
2 parents 31af0e7 + ba51fa0 commit 5faff6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@ def stem(self, *args, **kwargs):
23622362
If no *x* values are provided, the default is (0, 1, ..., len(y) - 1)
23632363
23642364
Return value is a tuple (*markerline*, *stemlines*,
2365-
*baseline*).
2365+
*baseline*). See :class:`~matplotlib.container.StemContainer`
23662366
23672367
.. seealso::
23682368
This

0 commit comments

Comments
 (0)