I'm plotting data stored in pandas dataframes through matplotlib, with pd.options.display.mpl_style = 'default'
The plot font is different between the figure that is shown, and the figure that is saved:
Shown figure:
Saved figure:
I realize there are different settings one can apply that will change the look and feel of either individually (matplotlib savefig() plots different from show()), however I haven't been able to find any easy to follow documentation that shows how to set the default fonts while using matplotlib backend: MacOSX. Can someone show how to make the font that appears in the shown figure also appear in the saved figure?