(axis: Literal["both", "x", "y"] = "both", **kwargs)
| 4393 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4394 | @_copy_docstring_and_deprecators(Axes.tick_params) |
| 4395 | def 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. |
nothing calls this directly
no test coverage detected
searching dependent graphs…