Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ ItemProperties
Class
ItemProperties
galleries/examples/widgets/menu.py:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
@dataclass
19
class
ItemProperties:
20
fontsize: float = 14
21
labelcolor: ColorType =
'black'
22
bgcolor: ColorType =
'yellow'
23
alpha: float = 1.0
24
25
26
class
MenuItem(artist.Artist):
Callers
2
__init__
Method · 0.85
menu.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…