Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e86f487

Browse filesBrowse files
story645meeseeksmachine
authored andcommitted
Backport PR #27434: FIX: Expand stairs plot-type entry intro (reattempt)
1 parent c4a600b commit e86f487
Copy full SHA for e86f487

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎galleries/plot_types/basic/stairs.py

Copy file name to clipboardExpand all lines: galleries/plot_types/basic/stairs.py
+3-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.