Major tick `.Locator` for the colorbar.
(self)
| 456 | |
| 457 | @property |
| 458 | def locator(self): |
| 459 | """Major tick `.Locator` for the colorbar.""" |
| 460 | return self.long_axis.get_major_locator() |
| 461 | |
| 462 | @locator.setter |
| 463 | def locator(self, loc): |
nothing calls this directly
no test coverage detected