A ggplot theme with no grid elements or gray background.

theme_rw()

Value

A ggplot theme object.

Examples

ggplot2::ggplot(mtcars, ggplot2::aes(x = hp, y = mpg)) +
ggplot2::geom_point() +
theme_rw()