[Python] Memo zur Übersetzung von Matplotlib ins Japanische [Windows]
Fazit
- Laden Sie IPAex Gothic (Ver .----) von (https://ipafont.ipa.go.jp/node26) herunter.
- Entpacken Sie die Zip-Datei und kopieren Sie ipaexg.ttf hinein.
- Fügen Sie es in den Ordner \ Lib \ site-packages \ matplotlib \ mpl-data \ fonts \ ttf im Python-Umgebungsordner ein.
- Löschen Sie alle Daten im Ordner C: Benutzer / Name / .matplotlib.
plt.rcParams["font.family"] = "IPAexGothic"
OK