Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1382
FigureManagerSVG = FigureManagerBase
Callers
1
print_svg
Method · 0.45
Calls
1
draw_without_rendering
Method · 0.80
Tested by
no test coverage detected