trick: matlotlib在jupyter notebook 里中文乱码解决
程序员文章站
2023-12-31 16:31:22
...
使用下面代码的前提是:必须已经安装第二行代码中的字体
import matplotlib.pyplot as plt
mpl.rcParams['font.sans-serif']=[u'SimHei']
mpl.rcParams['axes.unicode_minus']=False