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

Method get_anchor

lib/mpl_toolkits/axes_grid1/axes_divider.py:470–474  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

468 return self._pos
469
470 def get_anchor(self):
471 if self._anchor is None:
472 return self._axes.get_anchor()
473 else:
474 return self._anchor
475
476 def get_subplotspec(self):
477 return self._axes.get_subplotspec()

Callers

nothing calls this directly

Calls 1

get_anchorMethod · 0.45

Tested by

no test coverage detected