MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / legend

Function legend

lib/matplotlib/pyplot.py:3810–3811  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

3808# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3809@_copy_docstring_and_deprecators(Axes.legend)
3810def legend(*args, **kwargs) -> Legend:
3811 return gca().legend(*args, **kwargs)
3812
3813
3814# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 2

gcaFunction · 0.85
legendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…