matplotlib.pyplot.minorticks_off#

matplotlib.pyplot.minorticks_off()[source]#

Remove minor ticks from the Axes.

Notes

Note

This is the pyplot wrapper for axes.Axes.minorticks_off.