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

Method set_axes_locator

lib/mpl_toolkits/axes_grid1/axes_grid.py:281–282  ·  view source on GitHub ↗
(self, locator)

Source from the content-addressed store, hash-verified

279 return self._divider
280
281 def set_axes_locator(self, locator):
282 self._divider.set_locator(locator)
283
284 def get_axes_locator(self):
285 return self._divider.get_locator()

Callers 8

make_rgb_axesFunction · 0.45
_init_locatorsMethod · 0.45
_init_locatorsMethod · 0.45
new_horizontalMethod · 0.45
new_verticalMethod · 0.45
make_axes_locatableFunction · 0.45
test_hbox_dividerFunction · 0.45
test_vbox_dividerFunction · 0.45

Calls 1

set_locatorMethod · 0.80

Tested by 2

test_hbox_dividerFunction · 0.36
test_vbox_dividerFunction · 0.36