在matplotlib python中将x轴从0-6更改为Mon-Sun.

时间:2012-11-08 22:23:39

标签: python matplotlib

我是matplotlib的新手,我想在工作日之前绘制一些数字。现在(见下图),我的x轴编号为0 - 6,0 =星期一,1 =星期二等。如何更改xaxis自动收报机标签,使其显示为周一,周二,周三等,而不是0 -6?非常感谢!

我当前的代码

import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
plt.plot(wp.values(),'o')

我当前的图像输出 Current output

0 个答案:

没有答案