8000 FIX: Expand stairs plot-type entry intro (reattempt) by CouldNot · Pull Request #27434 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion galleries/plot_types/basic/stairs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
stairs(values)
==============
See `~matplotlib.axes.Axes.stairs`.
See `~matplotlib.axes.Axes.stairs` when plotting :math:`y$` between
:math:`(x_i, x_{i+1})`. For plotting :math:`y` at :math:`x`, see
`~matplotlib.axes.Axes.step`.
.. redirect-from:: /plot_types/basic/step
"""
Expand Down
0