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

Method minorlocator

lib/matplotlib/colorbar.py:468–470  ·  view source on GitHub ↗

Minor tick `.Locator` for the colorbar.

(self)

Source from the content-addressed store, hash-verified

466
467 @property
468 def minorlocator(self):
469 """Minor tick `.Locator` for the colorbar."""
470 return self.long_axis.get_minor_locator()
471
472 @minorlocator.setter
473 def minorlocator(self, loc):

Callers

nothing calls this directly

Calls 2

get_minor_locatorMethod · 0.80
set_minor_locatorMethod · 0.80

Tested by

no test coverage detected