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

Method get_usetex

lib/matplotlib/text.py:1504–1506  ·  view source on GitHub ↗

Return whether this `Text` object uses TeX for rendering.

(self)

Source from the content-addressed store, hash-verified

1502 self.stale = True
1503
1504 def get_usetex(self):
1505 """Return whether this `Text` object uses TeX for rendering."""
1506 return self._usetex
1507
1508 def set_parse_math(self, parse_math):
1509 """

Callers 6

_get_layoutMethod · 0.95
_get_wrapped_textMethod · 0.95
drawMethod · 0.95
_preprocess_mathMethod · 0.95
get_bboxMethod · 0.45
test_usetex_is_copiedFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_usetex_is_copiedFunction · 0.36