Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2f864 commit ce4076cCopy full SHA for ce4076c
lib/matplotlib/pyplot.py
@@ -1457,7 +1457,7 @@ def ylim(*args, **kwargs):
1457
*top* as kwargs, i.e.::
1458
1459
ylim(top=3) # adjust the top leaving bottom unchanged
1460
- ylim(bottom=1) # adjust the top leaving bottom unchanged
+ ylim(bottom=1) # adjust the bottom leaving top unchanged
1461
1462
Setting limits turns autoscaling off for the y-axis.
1463
0 commit comments