ggplot(df, aes(x=date, y=count, fill=office)) + geom_area(size=0.5, alpha=0.8, color='yellow')+ scale_fill_viridis(discrete = TRUE)+ ...
確定! 回上一頁