ggplot (data = mtcars, aes(x = mpg, y = disp, group = gear)) + geom_point(aes(color = vs)) + ... geom_line(aes(linetype = factor(gear))) +.
確定! 回上一頁