MCPcopy 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
1354def figlegend(*args, **kwargs) -> Legend:
1355 return gcf().legend(*args, **kwargs)
1356if Figure.legend.__doc__:
1357 figlegend.__doc__ = Figure.legend.__doc__ \
1358 .replace(" legend(", " figlegend(") \

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
legendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…