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

Skip to content

Commit 79ef13c

Browse files
committed
Rewrite with math directive
1 parent 727c6f5 commit 79ef13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

galleries/plot_types/basic/stairs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
stairs(values)
44
==============
55
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`.
6+
See `~matplotlib.axes.Axes.stairs` when plotting :math:`y$` between :math:`(x_i, x_{i+1})`.
7+
For plotting :math:`y` at :math:`x`, see `~matplotlib.axes.Axes.step`.
88
99
.. redirect-from:: /plot_types/basic/step
1010
"""

0 commit comments

Comments
 (0)