How do you get the font on plots to be Computer Modern Roman font? Using commands like
mpl.rc('font', **{'family': 'serif', 'serif': ['Computer Modern']})
mpl.rc('text', usetex=True)
Just give me the error:
Failed to process string with tex because latex could not be found