環境
mac
python3
python3付属のvenvで仮想環境を構築
手順
フォントファイルのダウンロード
このサイトからipaexm.ttf
をダウンロードし、これを
/仮想環境名/lib/python3.6/site-packages/matplotlib/mpl-data/fonts/ttf/
に移動
matplotlibrcのコピー
/Users/your_name/.matplotlib/
に、
/仮想環境名/lib/python3.6/site-packages/matplotlib/mpl-data/matplotlibrc
をコピー
コピーしたmatplotlibrcに追記
font.family : IPAexMincho
上記コードを追加