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

Function axis

lib/matplotlib/pyplot.py:3090–3097  ·  view source on GitHub ↗
(
    arg: tuple[float, float, float, float] | bool | str | None = None,
    /,
    *,
    emit: bool = True,
    **kwargs,
)

Source from the content-addressed store, hash-verified

3088# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3089@_copy_docstring_and_deprecators(Axes.axis)
3090def axis(
3091 arg: tuple[float, float, float, float] | bool | str | None = None,
3092 /,
3093 *,
3094 emit: bool = True,
3095 **kwargs,
3096) -> tuple[float, float, float, float]:
3097 return gca().axis(arg, emit=emit, **kwargs)
3098
3099
3100# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
axisMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…