Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba51fa0

Browse files
committed
Update documentation of stem
changed here: d68662a
1 parent 23bc09d commit ba51fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2369,7 +2369,7 @@ def stem(self, *args, **kwargs):
23692369
If no *x* values are provided, the default is (0, 1, ..., len(y) - 1)
23702370
23712371
Return value is a tuple (*markerline*, *stemlines*,
2372-
*baseline*).
2372+
*baseline*). See :class:`~matplotlib.container.StemContainer`
23732373
23742374
.. seealso::
23752375
This

0 commit comments

Comments
 (0)