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

Method minorformatter

lib/matplotlib/colorbar.py:488–490  ·  view source on GitHub ↗

Minor tick `.Formatter` for the colorbar.

(self)

Source from the content-addressed store, hash-verified

486
487 @property
488 def minorformatter(self):
489 """Minor tick `.Formatter` for the colorbar."""
490 return self.long_axis.get_minor_formatter()
491
492 @minorformatter.setter
493 def minorformatter(self, fmt):

Callers

nothing calls this directly

Calls 2

get_minor_formatterMethod · 0.80
set_minor_formatterMethod · 0.80

Tested by

no test coverage detected