Function
autoscale
(
enable: bool = True,
axis: Literal["both", "x", "y"] = "both",
tight: bool | None = None,
)
Source from the content-addressed store, hash-verified
| 3064 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3065 | @_copy_docstring_and_deprecators(Axes.autoscale) |
| 3066 | def autoscale( |
| 3067 | enable: bool = True, |
| 3068 | axis: Literal["both", "x", "y"] = "both", |
| 3069 | tight: bool | None = None, |
| 3070 | ) -> None: |
| 3071 | gca().autoscale(enable=enable, axis=axis, tight=tight) |
| 3072 | |
| 3073 | |
| 3074 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…