8000 Rewrite with math directive · matplotlib/matplotlib@79ef13c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0