ggplot2主题

本文有两个部分:

  1. ggplot2 自带主题

  2. 主题包
    ggthemes
    ggthemr

ggplot2 自带主题

theme_gray() # 默认
theme_bw()
theme_linedraw()
theme_light()
theme_dark()
theme_minimal()
theme_classic()
theme_void()

拓展主题包

ggthemes包
ggthemr包
ggtech包
ggsci包

你可能感兴趣的:(ggplot2主题)