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

Method get_axes_locator

lib/mpl_toolkits/axes_grid1/axes_grid.py:284–285  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

282 self._divider.set_locator(locator)
283
284 def get_axes_locator(self):
285 return self._divider.get_locator()
286
287
288class ImageGrid(Grid):

Callers 2

drawMethod · 0.45
test_grid_axes_positionFunction · 0.45

Calls 1

get_locatorMethod · 0.45

Tested by 1

test_grid_axes_positionFunction · 0.36