MCPcopy
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_runtimeMethod · 0.95
apply_aspectMethod · 0.45
set_titleMethod · 0.45
test_colorbar_posFunction · 0.45
make_rgb_axesFunction · 0.45
__init__Method · 0.45
_init_locatorsMethod · 0.45
_add_inset_axesFunction · 0.45
get_positionMethod · 0.45
set_subplotspecMethod · 0.45
_get_new_axesMethod · 0.45
get_positionMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_colorbar_posFunction · 0.36
test_inset_axes_completeFunction · 0.36
test_hbox_dividerFunction · 0.36
test_vbox_dividerFunction · 0.36