Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ new_gc
Method
new_gc
lib/matplotlib/backends/backend_pdf.py:2391–2393 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2389
gc, x, y, width / 64, height / 64, angle))
2390
2391
def
new_gc(self):
2392
# docstring inherited
2393
return
GraphicsContextPdf(self.file)
2394
2395
2396
class
GraphicsContextPdf(GraphicsContextBase):
Callers
2
__init__
Method · 0.95
draw_tex
Method · 0.95
Calls
1
GraphicsContextPdf
Class · 0.85
Tested by
no test coverage detected