A ggplot theme with minimal fluff and with the defaults set small.
Examples
if (interactive()) {
ggplot2::ggplot(ggplot2::diamonds,
ggplot2::aes(x=carat,y=price,color=color))+
ggplot2::geom_point()+
gg_tiny_theme()
}
A ggplot theme with minimal fluff and with the defaults set small.
if (interactive()) {
ggplot2::ggplot(ggplot2::diamonds,
ggplot2::aes(x=carat,y=price,color=color))+
ggplot2::geom_point()+
gg_tiny_theme()
}