Facet specification: a single panel.
facet_null(shrink = TRUE)The layer(layout) argument in context of facet_null() is
completely ignored.
# facet_null is the default faceting specification if you
# don't override it with facet_grid or facet_wrap
ggplot(mtcars, aes(mpg, wt)) + geom_point()