ggplot背景去除

2022-02-22  本文已影响0人  fippand

theme_bw() + theme(panel.grid = element_blank())
去除图例
theme(legend.position = 'none')

上一篇 下一篇

猜你喜欢

热点阅读