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

Function tick_params

lib/matplotlib/pyplot.py:4395–4396  ·  view source on GitHub ↗
(axis: Literal["both", "x", "y"] = "both", **kwargs)

Source from the content-addressed store, hash-verified

4393# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4394@_copy_docstring_and_deprecators(Axes.tick_params)
4395def tick_params(axis: Literal["both", "x", "y"] = "both", **kwargs) -> None:
4396 gca().tick_params(axis=axis, **kwargs)
4397
4398
4399# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
tick_paramsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…