File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ----------
You can’t perform that action at this time.
0 commit comments