Changing Fonts, etc. To change the fonts on the plots to something nice, # Set the fonts to be something nice. font = {'family': 'helvetica', 'weight': 'light', 'size': 18} matplotlib.rc('font', **font)