在python plt图表中文字大小调节的方法 如下所示:plt.title("Featureimportances",fontsize=30)plt.xticks(fontsize=30)plt.yticks(fontsize=30)#设置坐标标 文字大小