plt.plot(train['first_active_month'].value_counts().sort_index())
# 参数为间隔数量
plt.gca().xaxis.set_major_locator(ticker.MultipleLocator(12))
2023-12-03 11:44:46
plt.plot(train['first_active_month'].value_counts().sort_index())
# 参数为间隔数量
plt.gca().xaxis.set_major_locator(ticker.MultipleLocator(12))