g<-ggplot(data=mtcars, aes(x=mpg, y=disp))+geom_point(color="firebrick") g ... note also the difference in coding the same scatterplot, what has changed?
確定! 回上一頁