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

Skip to content

Commit d892f43

Browse files
authored
Merge pull request matplotlib#27434 from CouldNot/stairs-plot-type-entry
FIX: Expand stairs plot-type entry intro (reattempt)
2 parents 41afb90 + ff8d5f0 commit d892f43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

galleries/plot_types/basic/stairs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
stairs(values)
44
==============
55
6-
See `~matplotlib.axes.Axes.stairs`.
6+
See `~matplotlib.axes.Axes.stairs` when plotting :math:`y` between
7+
:math:`(x_i, x_{i+1})`. For plotting :math:`y` at :math:`x`, see
8+
`~matplotlib.axes.Axes.step`.
79
810
.. redirect-from:: /plot_types/basic/step
911
"""

0 commit comments

Comments
 (0)