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

Skip to content

Commit 9a88b36

Browse files
committed
Expand stairs plot-type entry intro
1 parent 5b5154d commit 9a88b36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

galleries/plot_types/basic/stairs.py

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

0 commit comments

Comments
 (0)