Skip to content

Make surd compatible with TeX

Evan Hall requested to merge (removed):master into master

For those of us who process our plots with LaTeX, the unicode surd character throws an error. I added an if statement to handle the case when plt.rcParams["text.usetex"] is True

Merge request reports