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

Method set_usetex

lib/matplotlib/ticker.py:532–534  ·  view source on GitHub ↗

Set whether to use TeX's math mode for rendering numbers in the formatter.

(self, val)

Source from the content-addressed store, hash-verified

530 return self._usetex
531
532 def set_usetex(self, val):
533 """Set whether to use TeX's math mode for rendering numbers in the formatter."""
534 self._usetex = mpl._val_or_rc(val, 'text.usetex')
535
536 usetex = property(fget=get_usetex, fset=set_usetex)
537

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected