MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / new_gc

Method new_gc

lib/matplotlib/backend_bases.py:627–629  ·  view source on GitHub ↗

Return an instance of a `.GraphicsContextBase`.

(self)

Source from the content-addressed store, hash-verified

625 return self._texmanager
626
627 def new_gc(self):
628 """Return an instance of a `.GraphicsContextBase`."""
629 return GraphicsContextBase()
630
631 def points_to_pixels(self, points):
632 """

Callers 15

_iter_collectionMethod · 0.95
checkFunction · 0.95
drawMethod · 0.45
drawMethod · 0.45
flush_imagesFunction · 0.45
drawMethod · 0.45
drawMethod · 0.45
draw_pathMethod · 0.45
draw_pathMethod · 0.45
draw_pathMethod · 0.45
draw_pathMethod · 0.45

Calls 1

GraphicsContextBaseClass · 0.85

Tested by 1

checkFunction · 0.76