ggplot2 geom_area graph;不知道我在这里失踪了什么

时间:2016-07-18 06:13:31

标签: r ggplot2 graphing

这是我的编码:

library(ggplot2)
Graph2 <- read.csv("~/ggplot2 project/Graph2.csv", sep="")
ggplot(Graph2, aes(x=Year, y=Total, fill=Season)) + geom_area()

这是我的结果:

enter image description here

但我试图让它看起来更像:

enter image description here

知道我哪里错了吗?

0 个答案:

没有答案