The theme created by this function shows nothing but the plot panel. Unfortunately,
due to ggplot2 peculiarities, a little bit of padding remains to the left and bottom of
the panel. This can be removed by adding labs(x = NULL, y = NULL) to the plot, see examples.