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

Skip to content

Commit b8b19c6

Browse files
hkucukdereliNelleV
authored andcommitted
Document update for the step function
1 parent 533e33f commit b8b19c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,23 +1822,23 @@ def step(self, x, y, *args, **kwargs):
18221822
18231823
Returns
18241824
-------
1825-
out : list
1825+
list
18261826
List of lines that were added.
18271827
18281828
Other parameters
18291829
---------------------
18301830
where : [ 'pre' | 'post' | 'mid' ]
1831-
If 'pre' (the default), the interval from
1832-
x[i] to x[i+1] has level y[i+1].
1831+
If 'pre' (the default), the interval from
1832+
x[i] to x[i+1] has level y[i+1].
18331833
1834-
If 'post', that interval has level y[i].
1834+
If 'post', that interval has level y[i].
18351835
1836-
If 'mid', the jumps in *y* occur half-way between the
1837-
*x*-values.
1836+
If 'mid', the jumps in *y* occur half-way between the
1837+
*x*-values.
18381838
18391839
Note
18401840
----
1841-
Additional parameters are the same as those for
1841+
Additional parameters are the same as those for
18421842
:func:`~matplotlib.pyplot.plot`.
18431843
"""
18441844

0 commit comments

Comments
 (0)