MCPcopy 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
2396class GraphicsContextPdf(GraphicsContextBase):

Callers 2

__init__Method · 0.95
draw_texMethod · 0.95

Calls 1

GraphicsContextPdfClass · 0.85

Tested by

no test coverage detected