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 625d359

Browse filesBrowse files
hkucukdereliNelleV
authored andcommitted
fix line length
1 parent 22b79d3 commit 625d359
Copy full SHA for 625d359

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-3
lines changed

‎lib/matplotlib/axes/_axes.py

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