ggplot (mpg, aes(x = displ, y = hwy, color = drv, shape = drv)) + geom_point() + geom_smooth(se = F, method = 'loess') + theme_bw().
確定! 回上一頁