Skip to content

Commit 8f0e5fe

Browse files
committed
FIX: Expand stairs plot-type entry intro
1 parent 17e562e commit 8f0e5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/plot_types/basic/stairs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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})$. For plotting $y$ at $x$, see `~matplotlib.axes.Axes.step`.
77
"""
88
import matplotlib.pyplot as plt
99
import numpy as np

0 commit comments

Comments
 (0)