plt如何随心所欲的更改x轴坐标

a = [1,2,3,4,5]
labels = ['A', 'B', 'C', 'D','E']
plt.xticks(a,labels,rotation = 30)

 

 

你可能感兴趣的:(pandas,python,开发语言)