Make the plot nicer

前端 未结 0 1085
星月不相逢
星月不相逢 2020-12-31 20:45

I have this plot:

from this code:

#Code
ggplot(data2,aes(x=prdate,y=count,group=1))+
  geom_line()+
  geom_segment(aes(x=prdate, xend=prdate,y=         


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