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

Method get_minor_locator

lib/matplotlib/axis.py:1780–1782  ·  view source on GitHub ↗

Get the locator of the minor ticker.

(self)

Source from the content-addressed store, hash-verified

1778 return self.major.locator
1779
1780 def get_minor_locator(self):
1781 """Get the locator of the minor ticker."""
1782 return self.minor.locator
1783
1784 def get_major_formatter(self):
1785 """Get the formatter of the major ticker."""

Callers 10

_update_ticksMethod · 0.95
set_ticklabelsMethod · 0.95
_get_ticks_positionMethod · 0.95
minorlocatorMethod · 0.80
_remove_axesMethod · 0.80
test_secondary_minorlocFunction · 0.80
format_axesFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_secondary_minorlocFunction · 0.64