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

Skip to content

Commit 444d473

Browse files
committed
Fix flake8 line length error
1 parent 79ef13c commit 444d473

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

galleries/plot_types/basic/stairs.py

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

0 commit comments

Comments
 (0)