Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_axes
Function · 0.45
_init_locators
Method · 0.45
_init_locators
Method · 0.45
new_horizontal
Method · 0.45
new_vertical
Method · 0.45
make_axes_locatable
Function · 0.45
test_hbox_divider
Function · 0.45
test_vbox_divider
Function · 0.45
Calls
1
set_locator
Method · 0.80
Tested by
2
test_hbox_divider
Function · 0.36
test_vbox_divider
Function · 0.36