show large set of yticks correctly in ggplot

后端 未结 0 380
面向向阳花
面向向阳花 2020-12-03 03:11

Here is my code:

max_infections = sorted_data.max()[0]
# max_infections -> 19700
yticks=np.arange(0, max_infections, 1000)
xticks=np.arange(2009,2020,1)
pl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题