8000 DOC small fix on step function · matplotlib/matplotlib@331d78d · GitHub
[go: up one dir, main page]

Skip to content

Commit 331d78d

Browse files
committed
DOC small fix on step function
1 parent b8b19c6 commit 331d78d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,18 +1826,18 @@ def step(self, x, y, *args, **kwargs):
18261826
List of lines that were added.
18271827
18281828
Other parameters
1829-
---------------------
1829+
----------------
18301830
where : [ 'pre' | 'post' | 'mid' ]
18311831
If 'pre' (the default), the interval from
18321832
x[i] to x[i+1] has level y[i+1].
18331833
18341834
If 'post', that interval has level y[i].
18351835
18361836
If 'mid', the jumps in *y* occur half-way between the
1837-
*x*-values.
1837+
*x*-values.
18381838
1839-
Note
1840-
----
1839+
Notes
1840+
-----
18411841
Additional parameters are the same as those for
18421842
:func:`~matplotlib.pyplot.plot`.
18431843
"""

0 commit comments

Comments
 (0)
0