File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2302,7 +2302,8 @@ def get_autoscaley_on(self):
23022302
23032303 def set_autoscale_on (self , b ):
23042304 """
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`.
23062307
23072308 Parameters
23082309 ----------
@@ -2313,7 +2314,8 @@ def set_autoscale_on(self, b):
23132314
23142315 def set_autoscalex_on (self , b ):
23152316 """
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`.
23172319
23182320 Parameters
23192321 ----------
@@ -2323,7 +2325,8 @@ def set_autoscalex_on(self, b):
23232325
23242326 def set_autoscaley_on (self , b ):
23252327 """
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`.
23272330
23282331 Parameters
23292332 ----------
You can’t perform that action at this time.
0 commit comments