import matplotlib
from matplotlib import font_manager
font_manager.fontManager.addfont("path/to/ipaexg.ttf")
matplotlib.rc("font", family="IPAexGothic")
https://moji.or.jp/ipafont/ipafontdownload/
import matplotlib
from matplotlib import font_manager
font_manager.fontManager.addfont("path/to/ipaexg.ttf")
matplotlib.rc("font", family="IPAexGothic")
コメント