Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _get_loc
Method
_get_loc
lib/matplotlib/legend.py:743–744 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
741
self._ncols = ncols
742
743
def
_get_loc(self):
744
return
self._loc_real
745
746
_loc = property(_get_loc, _set_loc)
747
Callers
2
test_ax_legend_set_loc
Function · 0.80
test_fig_legend_set_loc
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_ax_legend_set_loc
Function · 0.64
test_fig_legend_set_loc
Function · 0.64