1.japanize matplotlib をインストールする
pip install japanize-matplotlib
2.japanize_matplotlibをmatplotlibと共にインポートする
import matplotlib.pyplot as plt
import japanize_matplotlib
以上
関連書籍
リンク
リンク
リンク
1.japanize matplotlib をインストールする
pip install japanize-matplotlib
2.japanize_matplotlibをmatplotlibと共にインポートする
import matplotlib.pyplot as plt
import japanize_matplotlib
以上