MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / autoscale

Function autoscale

lib/matplotlib/pyplot.py:3066–3071  ·  view source on GitHub ↗
(
    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)
3066def 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

Calls 2

gcaFunction · 0.85
autoscaleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…