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