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

Method draw

lib/matplotlib/backends/backend_svg.py:1377–1379  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1375 return 'svg'
1376
1377 def draw(self):
1378 self.figure.draw_without_rendering()
1379 return super().draw()
1380
1381
1382FigureManagerSVG = FigureManagerBase

Callers 1

print_svgMethod · 0.45

Calls 1

Tested by

no test coverage detected