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

Function _set_menu_entry

galleries/examples/user_interfaces/mplcvd.py:92–94  ·  view source on GitHub ↗
(tb, name)

Source from the content-addressed store, hash-verified

90
91
92def _set_menu_entry(tb, name):
93 tb.canvas.figure.set_agg_filter(_get_color_filter(name))
94 tb.canvas.draw_idle()
95
96
97def setup(figure):

Callers 5

set_filterFunction · 0.85
_setup_gtkFunction · 0.85
_setup_qtFunction · 0.85
_setup_tkFunction · 0.85
_setup_wxFunction · 0.85

Calls 3

_get_color_filterFunction · 0.85
set_agg_filterMethod · 0.80
draw_idleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…