MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / close_group

Method close_group

lib/matplotlib/backend_bases.py:168–173  ·  view source on GitHub ↗

Close a grouping element with label *s*. Only used by the SVG renderer.

(self, s)

Source from the content-addressed store, hash-verified

166 """
167
168 def close_group(self, s):
169 """
170 Close a grouping element with label *s*.
171
172 Only used by the SVG renderer.
173 """
174
175 def draw_path(self, gc, path, transform, rgbFace=None):
176 """Draw a `~.path.Path` instance using the given affine transform."""

Callers 14

draw_paneMethod · 0.45
drawMethod · 0.45
draw_gridMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected