ggplot背景去除 2022-02-22 本文已影响0人 fippand theme_bw() + theme(panel.grid = element_blank()) 去除图例 theme(legend.position = 'none')