MCPcopy 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_pathMethod · 0.95
draw_markersMethod · 0.95
draw_path_collectionMethod · 0.95

Calls 2

_get_style_dictMethod · 0.95
_generate_cssFunction · 0.85

Tested by

no test coverage detected