powered by
Uses ggplot2::theme_bw() and removes margins.
ggplot2::theme_bw()
theme_sovacool()
list of ggproto objects
Kelly Sovacool sovacool@umich.edu
library(ggplot2) ggplot(mtcars) + aes(x = mpg, y = wt, color = cyl) + geom_point() + theme_sovacool()
Run the code above in your browser using DataLab