Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_locate
Method · 0.95
apply_aspect
Method · 0.45
get_anchor
Method · 0.45
_locate
Method · 0.45
_locate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected