Major tick label `.Formatter` for the colorbar.
(self)
| 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): |
nothing calls this directly
no test coverage detected