matplotlib中文标题
fig, ax = plt.subplots() ax.plot(2, 3) plt.rcParams['font.sans-serif'] = ['SimHei'] # 正常显示中文 ax.set_title('中文标题') plt.show
本文来自博客园,作者:OTAKU_nicole,转载请注明原文链接:https://www.cnblogs.com/nicole-zhang/p/15209598.html
fig, ax = plt.subplots() ax.plot(2, 3) plt.rcParams['font.sans-serif'] = ['SimHei'] # 正常显示中文 ax.set_title('中文标题') plt.show
本文来自博客园,作者:OTAKU_nicole,转载请注明原文链接:https://www.cnblogs.com/nicole-zhang/p/15209598.html