下記のプログラムを追加すると解決します.
import matplotlib
del matplotlib.font_manager.weight_dict['roman']
matplotlib.font_manager._rebuild()
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
下記のプログラムを追加すると解決します.
import matplotlib
del matplotlib.font_manager.weight_dict['roman']
matplotlib.font_manager._rebuild()
Register as a new user and use Qiita more conveniently
Go to list of users who liked