Is it possible to add a banner to the bottom of a ggplot? For example,
Turn this:
ggplot(mtcars) + stat_density(aes(x = mpg))
Into this:
Is it possible to add a banner to the bottom of a ggplot? For example,
Turn this:
ggplot(mtcars) + stat_density(aes(x = mpg))
Into this: