r-将geom_boxplot与geom_line组合 ... library(ggplot2) ggplot(df, aes(x=x,y=y)) + geom_boxplot() + geom_point(aes(colour = g)) 复制代码.
確定! 回上一頁