Skip to contents

A shorcut for making axis text flush with axis

Usage

flush_axis()

See also

Other Making charts: theme_vau()

Examples

library(ggplot2)
ggplot(mpg) +
  geom_bar(aes(y = class)) +
  scale_x_continuous(expand = flush_axis())