Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _generate_css
Function
_generate_css
lib/matplotlib/backends/backend_svg.py:278–279 ·
view source on GitHub ↗
(attrib)
Source
from the content-addressed store, hash-verified
276
277
278
def
_generate_css(attrib):
279
return
"; "
.join(f
"{k}: {v}"
for
k, v in attrib.items())
280
281
282
_capstyle_d = {
'projecting'
:
'square'
,
'butt'
:
'butt'
,
'round'
:
'round'
}
Callers
7
_write_default_style
Method · 0.85
_write_hatches
Method · 0.85
_get_style
Method · 0.85
draw_markers
Method · 0.85
_draw_gouraud_triangle
Method · 0.85
_draw_text_as_path
Method · 0.85
_draw_text_as_text
Method · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…