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

Skip to content

Commit 625d359

Browse files
hkucukdereliNelleV
authored andcommitted
fix line length
1 parent 22b79d3 commit 625d359

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,8 +1828,8 @@ def step(self, x, y, *args, **kwargs):
18281828
Other parameters
18291829
---------------------
18301830
where : [ 'pre' | 'post' | 'mid' ]
1831-
If 'pre' (the default), the interval from x[i] to x[i+1] has level
1832-
y[i+1].
1831+
If 'pre' (the default), the interval from
1832+
x[i] to x[i+1] has level y[i+1].
18331833
18341834
If 'post', that interval has level y[i].
18351835
@@ -1838,7 +1838,8 @@ def step(self, x, y, *args, **kwargs):
18381838
18391839
Note
18401840
----
1841-
Additional parameters are the same as those for :func:`~matplotlib.pyplot.plot`.
1841+
Additional parameters are the same as those for
1842+
:func:`~matplotlib.pyplot.plot`.
18421843
18431844
"""
18441845

0 commit comments

Comments
 (0)