This will not change your font permanently, but it’s worth a try.
matplotlib.rc('font', family='sans-serif')
matplotlib.rc('font', serif="Helvetica Neue")
matplotlib.rc('text', usetex='false')
matplotlib.rcParams.update({'font.size': 22})
This will not change your font permanently, but it’s worth a try.
matplotlib.rc('font', family='sans-serif')
matplotlib.rc('font', serif="Helvetica Neue")
matplotlib.rc('text', usetex='false')
matplotlib.rcParams.update({'font.size': 22})