require(ggplot2) ggplot(btc, aes(x = Date, y = Price)) + geom_area(fill = "#63CB99", color = "#63CB99", alpha = 0.5).
確定! 回上一頁