R/themes.R
no_margin.Rd
Remove plot margins
no_margin()
A ggplot2 theme object.
library(ggplot2) ggplot(mtcars, aes(wt, mpg)) + geom_point() + no_margin()