Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ figlegend
Function
figlegend
lib/matplotlib/pyplot.py:1354–1355 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
1352
1353
1354
def
figlegend(*args, **kwargs) -> Legend:
1355
return
gcf().legend(*args, **kwargs)
1356
if
Figure.legend.__doc__:
1357
figlegend.__doc__ = Figure.legend.__doc__ \
1358
.replace(
" legend("
,
" figlegend("
) \
Callers
nothing calls this directly
Calls
2
gcf
Function · 0.85
legend
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…