gwastro / PyCBC-Tutorials

Learn how to use PyCBC to analyze gravitational-wave data and do parameter inference.
116 stars 49 forks source link

pylab.rcParams.update({"text.usetex": False}) #23

Closed WuShichao closed 2 years ago

WuShichao commented 2 years ago

After including sympy into PyCBC, for some reason, matplotlib always wants to render the fonts (when there are special characters) in the pictures by TeX, rather than using its default mathtext, so I use pylab.rcParams.update({"text.usetex": False}) to force it use its own mathtext. My PR fails in tutorial tests due to this.