powered by
The theme created by this function shows nothing but the plot panel.
theme_nothing(font_size = 14, font_family = "", rel_small = 12/14)
The theme.
Overall font size. Default is 14.
Base font family.
Relative size of small text
library(ggplot2) ggplot(mtcars, aes(disp, mpg, color = cyl)) + geom_point() + theme_nothing()
Run the code above in your browser using DataLab