(self, locator)
| 685 | self.sticky_edges.y.append(0) |
| 686 | |
| 687 | def set_major_locator(self, locator): |
| 688 | if not isinstance(locator, RadialLocator): |
| 689 | locator = RadialLocator(locator) |
| 690 | super().set_major_locator(locator) |
| 691 | |
| 692 | def clear(self): |
| 693 | # docstring inherited |