Skip to contents

Remove plot margins

Usage

no_margin()

Value

A ggplot2 theme object.

Examples

library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
  geom_point() +
  no_margin()