MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / apply_aspect

Method apply_aspect

lib/matplotlib/axes/_secondary_axes.py:144–147  ·  view source on GitHub ↗
(self, position=None)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

_set_limsMethod · 0.95

Tested by

no test coverage detected