Actually, it is a gradient area chart with accented line. ... require(ggplot2) ggplot(btc, aes(x = Date, y = Price)) + geom_area(fill ...
確定! 回上一頁