After the recent change in https://github.com/tidyverse/ggplot2/pull/4076, `qplot()`s that don't generate any axis labels now display `<empty>`, for example: ```r qplot(1:10) ``` <img width="797" alt="Screen Shot 2020-08-13 at 12 45 34 PM" src="https://user-images.githubusercontent.com/1365941/90168655-07c3e180-dd63-11ea-9346-5d7a8aa88d17.png">