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

Method formatter

lib/matplotlib/colorbar.py:478–480  ·  view source on GitHub ↗

Major tick label `.Formatter` for the colorbar.

(self)

Source from the content-addressed store, hash-verified

476
477 @property
478 def formatter(self):
479 """Major tick label `.Formatter` for the colorbar."""
480 return self.long_axis.get_major_formatter()
481
482 @formatter.setter
483 def formatter(self, fmt):

Callers

nothing calls this directly

Calls 2

get_major_formatterMethod · 0.80
set_major_formatterMethod · 0.45

Tested by

no test coverage detected