Skip to contents

A shorcut for making axis text flush with axis

Usage

flush_axis

Format

An object of class numeric of length 4.

See also

Examples

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