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 331d78d

Browse filesBrowse files
committed
DOC small fix on step function
1 parent b8b19c6 commit 331d78d
Copy full SHA for 331d78d

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+4-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.