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

Method draw_tex

lib/matplotlib/backends/backend_pgf.py:682–684  ·  view source on GitHub ↗
(self, gc, x, y, s, prop, angle, *, mtext=None)

Source from the content-addressed store, hash-verified

680 _writeln(self.fh, r"\end{pgfscope}")
681
682 def draw_tex(self, gc, x, y, s, prop, angle, *, mtext=None):
683 # docstring inherited
684 self.draw_text(gc, x, y, s, prop, angle, ismath="TeX", mtext=mtext)
685
686 def draw_text(self, gc, x, y, s, prop, angle, ismath=False, mtext=None):
687 # docstring inherited

Callers

nothing calls this directly

Calls 1

draw_textMethod · 0.95

Tested by

no test coverage detected