Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ finalize
Method
finalize
lib/matplotlib/backends/backend_pdf.py:1884–1885 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1882
self.image_dpi = image_dpi
1883
1884
def
finalize(self):
1885
self.file.output(*self.gc.finalize())
1886
1887
def
check_gc(self, gc, fillcolor=None):
1888
orig_fill = getattr(gc,
'_fillcolor'
, (0., 0., 0.))
Callers
nothing calls this directly
Calls
2
output
Method · 0.80
finalize
Method · 0.45
Tested by
no test coverage detected