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:

Displaying minor ticks may reduce performance; you may turn them offusingminorticks_off() if drawing speed is a problem.