(
axis: Literal["both", "x", "y"] = "both", tight: bool | None = None, **kwargs
)
| 3814 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3815 | @_copy_docstring_and_deprecators(Axes.locator_params) |
| 3816 | def locator_params( |
| 3817 | axis: Literal["both", "x", "y"] = "both", tight: bool | None = None, **kwargs |
| 3818 | ) -> None: |
| 3819 | gca().locator_params(axis=axis, tight=tight, **kwargs) |
| 3820 | |
| 3821 | |
| 3822 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…