library(ggplot2) ggplot(mtcars) + geom_violin(aes(x = cyl, y = mpg, group = cyl), size = 2) #the default behavior will produce a pixelated ...
確定! 回上一頁