()
| 3866 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3867 | @_copy_docstring_and_deprecators(Axes.minorticks_off) |
| 3868 | def minorticks_off() -> None: |
| 3869 | gca().minorticks_off() |
| 3870 | |
| 3871 | |
| 3872 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…