Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
288
class
ImageGrid(Grid):
Callers
2
draw
Method · 0.45
test_grid_axes_position
Function · 0.45
Calls
1
get_locator
Method · 0.45
Tested by
1
test_grid_axes_position
Function · 0.36