Python matplotlibの日本語化 import matplotlibfrom matplotlib import font_managerfont_manager.fontManager.addfont("path/to/ipaexg.ttf")matplotlib.rc(... 2021.03.29 Python