R绘图体系ggplot2 基础篇: 主题选择


最酷炫()系列(不太适合学术)

ggthemr包Mikata-Project/ggthemr
样图三两张:





酷炫系列

ggthemes包ggthemes
样图三两张:





ggplot2 常用系列

theme_gray() # the default

theme_bw()

theme_linedraw()

theme_light()

theme_dark()

theme_minimal()

theme_classic() #推荐学术绘图

theme_void()

!!! Reference link:Ref

R