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.
1 parent 727c6f5 commit 79ef13cCopy full SHA for 79ef13c
galleries/plot_types/basic/stairs.py
@@ -3,8 +3,8 @@
3
stairs(values)
4
==============
5
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`.
+See `~matplotlib.axes.Axes.stairs` when plotting :math:`y$` between :math:`(x_i, x_{i+1})`.
+For plotting :math:`y` at :math:`x`, see `~matplotlib.axes.Axes.step`.
8
9
.. redirect-from:: /plot_types/basic/step
10
"""
0 commit comments