Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ _write_annotations
Method
_write_annotations
lib/matplotlib/backends/backend_pdf.py:886–888 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
884
self.endStream()
885
886
def
_write_annotations(self):
887
for
annotsObject, annotations in self._annotations:
888
self.writeObject(annotsObject, annotations)
889
890
def
fontName(self, fontprop, subset=0):
891
""
"
Callers
1
finalize
Method · 0.95
Calls
1
writeObject
Method · 0.95
Tested by
no test coverage detected