Boxplot with individual data points · ggplot( aes(x=name, y=value, fill=name)) + · geom_boxplot() + · scale_fill_viridis(discrete = TRUE, alpha=0.6, option="A") + ...
確定! 回上一頁