powered by
theme_blank(font_size = 12, font_family = "")
# plot with small amount of remaining padding qplot(1:10, (1:10)^2) + theme_blank() # remaining padding removed qplot(1:10, (1:10)^2) + theme_blank() + labs(x = NULL, y = NULL)
Run the code above in your browser using DataLab