Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4fbcc2d

Browse files
committed
DOC: fix autoscale docstring
1 parent dd15dc0 commit 4fbcc2d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,7 @@ def get_autoscaley_on(self):
23012301

23022302
def set_autoscale_on(self, b):
23032303
"""
2304-
Set whether autoscaling is applied on plot commands
2304+
Set whether autoscaling is applied to axes on the next draw.
23052305
23062306
Parameters
23072307
----------
@@ -2312,7 +2312,8 @@ def set_autoscale_on(self, b):
23122312

23132313
def set_autoscalex_on(self, b):
23142314
"""
2315-
Set whether autoscaling for the x-axis is applied on plot commands
2315+
Set whether autoscaling for the x-axis is applied to axes on the next
2316+
draw.
23162317
23172318
Parameters
23182319
----------
@@ -2322,7 +2323,8 @@ def set_autoscalex_on(self, b):
23222323

23232324
def set_autoscaley_on(self, b):
23242325
"""
2325-
Set whether autoscaling for the y-axis is applied on plot commands
2326+
Set whether autoscaling for the y-axis is applied to axes on the next
2327+
draw.
23262328
23272329
Parameters
23282330
----------

0 commit comments

Comments
 (0)