ggplot(data, aes(x = group, y = value, fill = group)) + # Manually specified filling color geom_boxplot() + scale_fill_manual(breaks = group, ...
確定! 回上一頁