本例选择自制数据集: head(data5)ggplot(data,aes(x,y))+geom_area(fill="steelblue")ggplot(data5,aes(Year,Sale,fill=Fac))+geom_area()默认情…
確定! 回上一頁