The solution is to add the following program.
import matplotlib del matplotlib.font_manager.weight_dict['roman'] matplotlib.font_manager._rebuild()
Recommended Posts