triqs.plot.mpl_interface.use_amsmath
- triqs.plot.mpl_interface.use_amsmath()[source]
Configure matplotlib to render math labels with LaTeX +
amsmath.Sets
rcParams['text.usetex'] = Trueand prepends\usepackage{amsmath}torcParams['text.latex.preamble'], enabling\text{},\boldsymbol{}, aligned environments and otheramsmathfeatures in axis labels and legends. Requires a working LaTeX installation onPATH.