Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ set_locator
Method
set_locator
lib/mpl_toolkits/axes_grid1/axes_divider.py:145–146 ·
view source on GitHub ↗
(self, _locator)
Source
from the content-addressed store, hash-verified
143
return
self._aspect
144
145
def
set_locator(self, _locator):
146
self._locator = _locator
147
148
def
get_locator(self):
149
return
self._locator
Callers
1
set_axes_locator
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected