Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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
92
def
_set_menu_entry(tb, name):
93
tb.canvas.figure.set_agg_filter(_get_color_filter(name))
94
tb.canvas.draw_idle()
95
96
97
def
setup(figure):
Callers
5
set_filter
Function · 0.85
_setup_gtk
Function · 0.85
_setup_qt
Function · 0.85
_setup_tk
Function · 0.85
_setup_wx
Function · 0.85
Calls
3
_get_color_filter
Function · 0.85
set_agg_filter
Method · 0.80
draw_idle
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…