()
| 3872 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3873 | @_copy_docstring_and_deprecators(Axes.minorticks_on) |
| 3874 | def minorticks_on() -> None: |
| 3875 | gca().minorticks_on() |
| 3876 | |
| 3877 | |
| 3878 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…