MCPcopy 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
19class ItemProperties:
20 fontsize: float = 14
21 labelcolor: ColorType = 'black'
22 bgcolor: ColorType = 'yellow'
23 alpha: float = 1.0
24
25
26class MenuItem(artist.Artist):

Callers 2

__init__Method · 0.85
menu.pyFile · 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…