flush_axis: A shorcut for making axis text flush with axis

flush_axisR Documentation

A shorcut for making axis text flush with axis

Description

A shorcut for making axis text flush with axis

Usage

flush_axis

Format

An object of class numeric of length 4.

See Also

Other Making charts: theme_ptrr()

Examples

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

petrbouchal/ptrr documentation built on Oct. 10, 2024, 7:21 a.m.