matplotlibを日本語表示対応にする方法

1.japanize matplotlib をインストールする

pip install japanize-matplotlib

2.japanize_matplotlibをmatplotlibと共にインポートする

import matplotlib.pyplot as plt
import japanize_matplotlib

以上

関連書籍