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

Method get_position

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

Source from the content-addressed store, hash-verified

461 return self._aspect
462
463 def get_position(self):
464 if self._pos is None:
465 bbox = self._axes.get_position(original=True)
466 return bbox.bounds
467 else:
468 return self._pos
469
470 def get_anchor(self):
471 if self._anchor is None:

Callers

nothing calls this directly

Calls 1

get_positionMethod · 0.45

Tested by

no test coverage detected