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

Function locator_params

lib/matplotlib/pyplot.py:3816–3819  ·  view source on GitHub ↗
(
    axis: Literal["both", "x", "y"] = "both", tight: bool | None = None, **kwargs
)

Source from the content-addressed store, hash-verified

3814# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3815@_copy_docstring_and_deprecators(Axes.locator_params)
3816def 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.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
locator_paramsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…