Skip to contents

Uses ggplot2::theme_bw() and removes margins.

Usage

theme_sovacool()

Value

list of ggproto objects

Author

Kelly Sovacool sovacool@umich.edu

Examples

library(ggplot2)
ggplot(mtcars) +
  aes(x = mpg, y = wt, color = cyl) +
  geom_point() +
  theme_sovacool()