Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/matplotlib/matplotlib
/ get_position
Method
get_position
lib/mpl_toolkits/axes_grid1/axes_divider.py:76–78 ·
view source on GitHub ↗
Return the position of the rectangle.
(self)
Source
from the content-addressed store, hash-verified
74
self._pos = pos
75
76
def
get_position(self):
77
""
"Return the position of the rectangle."
""
78
return
self._pos
79
80
def
set_anchor(self, anchor):
81
""
"
Callers
15
get_position_runtime
Method · 0.95
apply_aspect
Method · 0.45
set_title
Method · 0.45
test_colorbar_pos
Function · 0.45
make_rgb_axes
Function · 0.45
__init__
Method · 0.45
_init_locators
Method · 0.45
_add_inset_axes
Function · 0.45
get_position
Method · 0.45
set_subplotspec
Method · 0.45
_get_new_axes
Method · 0.45
get_position
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_colorbar_pos
Function · 0.36
test_inset_axes_complete
Function · 0.36
test_axes_locatable_position
Function · 0.36
test_hbox_divider
Function · 0.36
test_vbox_divider
Function · 0.36