So, I made a try using geom_area . ggplot(data, aes(time, precipitation)) + geom_line() + geom_point(color = 2, alpha = 0.3) ...
確定! 回上一頁