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