see the background. alpha=? for color. ggplot(young,aes(x=Year,y=Thousands))+ geom_area(fill="lightblue",alpha=0.4)+ geom_line() ...
確定! 回上一頁