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:
LogLocator
symlog:
SymmetricalLogLocator
asinh:
AsinhLocator
logit:
LogitLocator
default:
AutoMinorLocator
Displaying minor ticks may reduce performance; you may turn them offusing
minorticks_off()
if drawing speed is a problem.
On this page