Python中Pandas种如何将默认字体格式为Times Roman改为Times new Roman,字体为Times Roman的坐标格式导入Coreldraw中无法识别

画图显示的字体,在matplotlib中设置一下即可,参考:
matplotlib科研绘图---Times New Roman字体设置_irober的博客-CSDN博客 matplotlib图例、标签、坐标轴刻度的字体设置一、法一plt.figure(figsize=[15,8])plt.scatter(X, Y, label = 'RealValue')plt.plot(X, func(X, a, b), 'red', label = 'CurveLine')plt.title(station, fontdict={'family' : 'Times New Roman', 'size' : 16})plt.ylabel('Clocks($\mu S$)'
https://blog.csdn.net/irober/article/details/108279609