powered by
The theme created by this function shows nothing but the plot panel.
theme_nothing(base_size = 14, base_family = "")
Overall font size. Default is 14.
Base font family.
The theme.
# NOT RUN { qplot(1:10, (1:10)^2) + theme_nothing() # }
Run the code above in your browser using DataLab