p <- ggplot(data = mtcars, aes(x = wt, mpg)) p + geom_point() ... and the variable in the data This just # colored the border and left the fill as black
確定! 回上一頁