Modifying scales. A scale is required for every aesthetic used on the plot. When you write: ggplot(mpg, aes(displ, hwy)) + geom_point(aes(colour = class)).
確定! 回上一頁