File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2302,7 +2302,8 @@ def get_autoscaley_on(self):
2302
2302
2303
2303
def set_autoscale_on (self , b ):
2304
2304
"""
2305
- Set whether autoscaling is applied on plot commands
2305
+ Set whether autoscaling is applied to axes on the next draw or call to
2306
+ `.Axes.autoscale_view`.
2306
2307
2307
2308
Parameters
2308
2309
----------
@@ -2313,7 +2314,8 @@ def set_autoscale_on(self, b):
2313
2314
2314
2315
def set_autoscalex_on (self , b ):
2315
2316
"""
2316
- Set whether autoscaling for the x-axis is applied on plot commands
2317
+ Set whether autoscaling for the x-axis is applied to axes on the next
2318
+ draw or call to `.Axes.autoscale_view`.
2317
2319
2318
2320
Parameters
2319
2321
----------
@@ -2323,7 +2325,8 @@ def set_autoscalex_on(self, b):
2323
2325
2324
2326
def set_autoscaley_on (self , b ):
2325
2327
"""
2326
- Set whether autoscaling for the y-axis is applied on plot commands
2328
+ Set whether autoscaling for the y-axis is applied to axes on the next
2329
+ draw or call to `.Axes.autoscale_view`.
2327
2330
2328
2331
Parameters
2329
2332
----------
You can’t perform that action at this time.
0 commit comments