Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _get_style
Method
_get_style
lib/matplotlib/backends/backend_svg.py:615–616 ·
view source on GitHub ↗
(self, gc, rgbFace)
Source
from the content-addressed store, hash-verified
613
return
attrib
614
615
def
_get_style(self, gc, rgbFace):
616
return
_generate_css(self._get_style_dict(gc, rgbFace))
617
618
def
_get_clip_attrs(self, gc):
619
cliprect = gc.get_clip_rectangle()
Callers
3
draw_path
Method · 0.95
draw_markers
Method · 0.95
draw_path_collection
Method · 0.95
Calls
2
_get_style_dict
Method · 0.95
_generate_css
Function · 0.85
Tested by
no test coverage detected