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

Method get_axes_locator

lib/matplotlib/axes/_base.py:1240–1244  ·  view source on GitHub ↗

Return the axes_locator.

(self)

Source from the content-addressed store, hash-verified

1238 self.stale = True
1239
1240 def get_axes_locator(self):
1241 """
1242 Return the axes_locator.
1243 """
1244 return self._axes_locator
1245
1246 def _set_artist_props(self, a):
1247 """Set the boilerplate props for artists added to Axes."""

Callers 7

get_positionMethod · 0.95
drawMethod · 0.95
get_tightbboxMethod · 0.95
_get_draw_artistsMethod · 0.45
get_subplotspec_listFunction · 0.45
adjust_bboxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected