flush_axis.Rd
A shorcut for making axis text flush with axis
flush_axis()
Other Making charts: theme_vau()
theme_vau()
library(ggplot2) ggplot(mpg) + geom_bar(aes(y = class)) + scale_x_continuous(expand = flush_axis())