gpt4 book ai didi

python - 在 x 轴上使用几十年

转载 作者:行者123 更新时间:2023-12-01 07:51:07 27 4
gpt4 key购买 nike

我有一个像这样的图表:

enter image description here我使用此代码来格式化我的 x 轴

ax.xaxis.set_major_locator(matplotlib.dates.YearLocator())
ax.xaxis.set_major_formatter(matplotlib.dates.DateFormatter('%Y'))

但现在我有很多年了,我只想在 x 轴上使用几十年:1970 1980 1990 2000 等等。我怎样才能实现这个目标?

最佳答案

https://matplotlib.org/api/dates_api.html#matplotlib.dates.YearLocator

ax.xaxis.set_major_locator(matplotlib.dates.YearLocator(10))

关于python - 在 x 轴上使用几十年,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56211892/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com