(self)
| 748 | minorTicks = _LazyTickList(major=False) |
| 749 | |
| 750 | def get_remove_overlapping_locs(self): |
| 751 | return self._remove_overlapping_locs |
| 752 | |
| 753 | def set_remove_overlapping_locs(self, val): |
| 754 | self._remove_overlapping_locs = bool(val) |
no outgoing calls