We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e562e commit 8f0e5feCopy full SHA for 8f0e5fe
galleries/plot_types/basic/stairs.py
@@ -3,7 +3,7 @@
3
stairs(values)
4
==============
5
6
-See `~matplotlib.axes.Axes.stairs`.
+See `~matplotlib.axes.Axes.stairs` when plotting $y$ between $(x_i, x_{i+1})$. For plotting $y$ at $x$, see `~matplotlib.axes.Axes.step`.
7
"""
8
import matplotlib.pyplot as plt
9
import numpy as np
0 commit comments