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

Method print_svgz

lib/matplotlib/backends/backend_svg.py:1369–1372  ·  view source on GitHub ↗
(self, filename, **kwargs)

Source from the content-addressed store, hash-verified

1367 renderer.finalize()
1368
1369 def print_svgz(self, filename, **kwargs):
1370 with (cbook.open_file_cm(filename, "wb") as fh,
1371 gzip.GzipFile(mode='w', fileobj=fh) as gzipwriter):
1372 return self.print_svg(gzipwriter, **kwargs)
1373
1374 def get_default_filetype(self):
1375 return 'svg'

Callers

nothing calls this directly

Calls 1

print_svgMethod · 0.95

Tested by

no test coverage detected