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 82fcb13

Browse filesBrowse files
Merge pull request #12489 from joelwanner/typo
Fix typo in documentation of ylim
2 parents dab005d + f531e86 commit 82fcb13
Copy full SHA for 82fcb13

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/pyplot.py

Copy file name to clipboardExpand all lines: lib/matplotlib/pyplot.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ def ylim(*args, **kwargs):
14251425
*top* as kwargs, i.e.::
14261426
14271427
ylim(top=3) # adjust the top leaving bottom unchanged
1428-
ylim(bottom=1) # adjust the top leaving bottom unchanged
1428+
ylim(bottom=1) # adjust the bottom leaving top unchanged
14291429
14301430
Setting limits turns autoscaling off for the y-axis.
14311431

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.