We can specify a palette by using its code, PRGn in this case. ggplot(diamonds, aes(carat, price, color = cut)) + geom_point() + scale_color_brewer(type ...
確定! 回上一頁