Skip to content

Updated default rcParams to not use LaTeX by default

This PR modifies the default rcParams (gwpy.plot.rc) to not use TeX by default (GWPY_USETEX will default to False). To accommodate this change, some of the other params have been tweaked to make the plots look better using non-tex formatting. There is also a new GWPY_RCPARAMS environment variable to disable updating any parameters.

Merge request reports