Last chance! 50% off unlimited learning
Sale ends in
Theme that removes all non-geom elements (lines, text, etc), This theme is when only the geometric objects are desired.
theme_solid(base_size = 12, base_family = "", fill = NA)
Base font size.
Ignored, kept for consistency with theme
.
Background color of the plot.
Other themes: theme_base
,
theme_foundation
,
theme_igray
, theme_par
# NOT RUN {
library("ggplot2")
(ggplot(mtcars, aes(wt, mpg))
+ geom_point()
+ theme_solid(fill = "white"))
# }
Run the code above in your browser using DataLab