Function
axis
(
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) |
| 3090 | def 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
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…