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

Method get_texmanager

lib/matplotlib/backend_bases.py:621–625  ·  view source on GitHub ↗

Return the `.TexManager` instance.

(self)

Source from the content-addressed store, hash-verified

619 return 1, 1
620
621 def get_texmanager(self):
622 """Return the `.TexManager` instance."""
623 if self._texmanager is None:
624 self._texmanager = TexManager()
625 return self._texmanager
626
627 def new_gc(self):
628 """Return an instance of a `.GraphicsContextBase`."""

Callers 3

draw_texMethod · 0.80
draw_texMethod · 0.80

Calls 1

TexManagerClass · 0.90

Tested by

no test coverage detected