ggplot (PlantGrowth, aes(x = group, y = weight, fill = group)) + geom_boxplot() + guides(fill = guide_legend(title = NULL)). Box plot with no legend title.
確定! 回上一頁