其他分享
首页 > 其他分享> > matplotlib画图X轴数据太多(例如时间)如何只显示一部分

matplotlib画图X轴数据太多(例如时间)如何只显示一部分

作者:互联网

plt.plot(train['first_active_month'].value_counts().sort_index())

# 参数为间隔数量 
plt.gca().xaxis.set_major_locator(ticker.MultipleLocator(12))

  

 

标签:gca,例如,plt,画图,matplotlib,month,locator,set,counts
来源: https://www.cnblogs.com/ygxdbmx/p/15751904.html