Last chance! 50% off unlimited learning
Sale ends in
theme_solid(base_size = 12, base_family = "", fill = NA)
theme
.theme_base
,
theme_foundation
,
theme_igray
, theme_par
library("ggplot2")
(ggplot(mtcars, aes(wt, mpg))
+ geom_point()
+ theme_solid(fill = "white"))
Run the code above in your browser using DataLab