8000
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 da16098 commit b1d1a1dCopy full SHA for b1d1a1d
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