(self, axis)
| 1691 | self._wrapped_locator = ticker.MultipleLocator(interval) |
| 1692 | |
| 1693 | def set_axis(self, axis): |
| 1694 | self._wrapped_locator.set_axis(axis) |
| 1695 | return super().set_axis(axis) |
| 1696 | |
| 1697 | def __call__(self): |
| 1698 | # if no data have been set, this will tank with a ValueError |