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

Method open_group

lib/matplotlib/backend_bases.py:161–166  ·  view source on GitHub ↗

Open a grouping element with label *s* and *gid* (if set) as id. Only used by the SVG renderer.

(self, s, gid=None)

Source from the content-addressed store, hash-verified

159 self._rasterizing = False
160
161 def open_group(self, s, gid=None):
162 """
163 Open a grouping element with label *s* and *gid* (if set) as id.
164
165 Only used by the SVG renderer.
166 """
167
168 def close_group(self, s):
169 """

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