目次

japanize-matplotlib

since 2022-01-15

https://pypi.org/project/japanize-matplotlib/

matplotlib の日本語化の方法として最近の記事で紹介されている

pip で入れるので conda 環境で使うときは要注意、なのか?

conda での入れ方が下記に書かれている

だが macOS 版しかなかった

Windows + Anaconda 2021.11

この件で使われている ipafont の現在のダウンロードサイト

手順

(1) [Anaconda3]\Lib\site-packages\matplotlib\mpl-data\fonts\ttf\ipaexg.ttf を置く

(2) [Anaconda3]\Lib\site-packages\matplotlib\mpl-data\matplotlibrc を書き換える(下記)

##font.family:  sans-serif
font.family:  IPAexGothic
import matplotlib
print(matplotlib.get_cachedir())