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