MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / minorticks_off

Method minorticks_off

lib/matplotlib/axis.py:988–990  ·  view source on GitHub ↗

Remove minor ticks from the Axis.

(self)

Source from the content-addressed store, hash-verified

986 self.set_minor_locator(mticker.AutoMinorLocator())
987
988 def minorticks_off(self):
989 """Remove minor ticks from the Axis."""
990 self.set_minor_locator(mticker.NullLocator())
991
992 def set_tick_params(self, which='major', reset=False, **kwargs):
993 """

Callers 1

minorticks_offFunction · 0.45

Calls 1

set_minor_locatorMethod · 0.95

Tested by

no test coverage detected