File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2301,7 +2301,7 @@ def get_autoscaley_on(self):
2301
2301
2302
2302
def set_autoscale_on (self , b ):
2303
2303
"""
2304
- Set whether autoscaling is applied on plot commands
2304
+ Set whether autoscaling is applied to axes on the next draw.
2305
2305
2306
2306
Parameters
2307
2307
----------
@@ -2312,7 +2312,8 @@ def set_autoscale_on(self, b):
2312
2312
2313
2313
def set_autoscalex_on (self , b ):
2314
2314
"""
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.
2316
2317
2317
2318
Parameters
2318
2319
----------
@@ -2322,7 +2323,8 @@ def set_autoscalex_on(self, b):
2322
2323
2323
2324
def set_autoscaley_on (self , b ):
2324
2325
"""
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.
2326
2328
2327
2329
Parameters
2328
2330
----------
You can’t perform that action at this time.
0 commit comments