Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41afb90 + ff8d5f0 commit d892f43Copy full SHA for d892f43
1 file changed
galleries/plot_types/basic/stairs.py
@@ -3,7 +3,9 @@
3
stairs(values)
4
==============
5
6
-See `~matplotlib.axes.Axes.stairs`.
+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`.
9
10
.. redirect-from:: /plot_types/basic/step
11
"""
0 commit comments