Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ close_group
Method
close_group
lib/matplotlib/backends/backend_svg.py:672–674 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
670
self.writer.start(
'g'
, id=f
"{s}_{self._groupd[s]:d}"
)
671
672
def
close_group(self, s):
673
# docstring inherited
674
self.writer.end(
'g'
)
675
676
def
option_image_nocomposite(self):
677
# docstring inherited
Callers
1
draw
Method · 0.45
Calls
1
end
Method · 0.45
Tested by
no test coverage detected