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.
2 parents da16098 + b1d1a1d commit 5496147Copy full SHA for 5496147
1 file changed
lib/matplotlib/pyplot.py
@@ -1456,7 +1456,7 @@ def ylim(*args, **kwargs):
1456
*top* as kwargs, i.e.::
1457
1458
ylim(top=3) # adjust the top leaving bottom unchanged
1459
- ylim(bottom=1) # adjust the top leaving bottom unchanged
+ ylim(bottom=1) # adjust the bottom leaving top unchanged
1460
1461
Setting limits turns autoscaling off for the y-axis.
1462
0 commit comments