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

Method minorticks_off

lib/matplotlib/axes/_base.py:4283–4286  ·  view source on GitHub ↗

Remove minor ticks from the Axes.

(self)

Source from the content-addressed store, hash-verified

4281 self.yaxis.minorticks_on()
4282
4283 def minorticks_off(self):
4284 """Remove minor ticks from the Axes."""
4285 self.xaxis.minorticks_off()
4286 self.yaxis.minorticks_off()
4287
4288 # Interactive manipulation
4289

Callers 2

minortickstoggleFunction · 0.45

Calls

no outgoing calls

Tested by 2

minortickstoggleFunction · 0.36