| theme_nothing {cowplot} | R Documentation |
The theme created by this function shows nothing but the plot panel.
theme_nothing(base_size = 14, base_family = "")
base_size |
Overall font size. Default is 14. |
base_family |
Base font family. |
The theme.
qplot(1:10, (1:10)^2) + theme_nothing()