# 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)
# Check that it is a complete theme
attr(theme_blank(), "complete")
Run the code above in your browser using DataLab