8000 Merge pull request #27454 from meeseeksmachine/auto-backport-of-pr-27… · matplotlib/matplotlib@d32a0e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d32a0e3

Browse files
authored
Merge pull request #27454 from meeseeksmachine/auto-backport-of-pr-27434-on-v3.8.2-doc
Backport PR #27434 on branch v3.8.2-doc (FIX: Expand stairs plot-type entry intro (reattempt))
2 parents c4a600b + e86f487 commit d32a0e3

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