import matplotlib
from matplotlib import font_manager
font_manager.fontManager.addfont("path/to/ipaexg.ttf")
matplotlib.rc("font", family="IPAexGothic")
IPA Font ダウンロード | 一般社団法人 文字情報技術促進協議会
import matplotlib
from matplotlib import font_manager
font_manager.fontManager.addfont("path/to/ipaexg.ttf")
matplotlib.rc("font", family="IPAexGothic")
コメント