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

Method get_anchor

lib/mpl_toolkits/axes_grid1/axes_divider.py:100–102  ·  view source on GitHub ↗

Return the anchor.

(self)

Source from the content-addressed store, hash-verified

98 self._anchor = anchor
99
100 def get_anchor(self):
101 """Return the anchor."""
102 return self._anchor
103
104 def get_subplotspec(self):
105 return None

Callers 5

_locateMethod · 0.95
apply_aspectMethod · 0.45
get_anchorMethod · 0.45
_locateMethod · 0.45
_locateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected