I have a script to generate a plot both shown in the screen and saved as png. I have set the rc parameters to render Latex text on labels, titles and tick labels as follows:
from matplotlib import rc
rc('text', usetex=True)
rc('font', family='serif')
I run the script and I get no errors, no messages, nothing, but it does look awful (image attached). Any ideas what the problem may be?
Running this on MacOX El Capitan with python 2.7 and pdfeTeX 3.141592-1.30.4-2.2 (Web2C 7.5.5)
Thank you very much in advance!