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

Function legend

bqplot/pyplot.py:447–450  ·  view source on GitHub ↗

Places legend in the current figure.

()

Source from the content-addressed store, hash-verified

445
446
447def legend():
448 """Places legend in the current figure."""
449 for m in current_figure().marks:
450 m.display_legend = True
451
452
453def hline(level, **kwargs):

Callers

nothing calls this directly

Calls 1

current_figureFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…