matplotlib.axis.Axis.minorticks_on#
- Axis.minorticks_on()[source]#
Display default minor ticks on the Axis, depending on the scale (
get_scale).Scales use specific minor locators:
log:
LogLocatorsymlog:
SymmetricalLogLocatorasinh:
AsinhLocatorlogit:
LogitLocatordefault:
AutoMinorLocator
Displaying minor ticks may reduce performance; you may turn them off using
minorticks_off()if drawing speed is a problem.