seg / tutorials-2017

Geophysical Tutorials column for 2017
96 stars 95 forks source link

Remove LaTeX for annotations #11

Closed prisae closed 6 years ago

prisae commented 6 years ago

As it says in the title. I removed

mpl.rcParams['text.usetex'] = True
mpl.rcParams['font.serif'] = 'Computer Modern Roman'

and adjusted some strings in titles and labels accordingly. The figures might not look as pretty as before, but it decreases significantly the requirement burden.

kwinkunks commented 6 years ago

Thank you!!

prisae commented 6 years ago

Thanks for merging!