(self, position=None)
| 142 | self.set_axes_locator(_TransformedBoundsLocator(bounds, transform)) |
| 143 | |
| 144 | def apply_aspect(self, position=None): |
| 145 | # docstring inherited. |
| 146 | self._set_lims() |
| 147 | super().apply_aspect(position) |
| 148 | |
| 149 | @functools.wraps(_AxesBase.set_xticks) |
| 150 | def set_xticks(self, *args, **kwargs): |