8000 Backport PR #27434: FIX: Expand stairs plot-type entry intro (reattempt) · meeseeksmachine/matplotlib@d3fc627 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3fc627

Browse files
story645meeseeksmachine
authored andcommitted
Backport PR matplotlib#27434: FIX: Expand stairs plot-type entry intro (reattempt)
1 parent 229a49a commit d3fc627

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)
0