Skip to contents

nice theme with square border

Usage

theme_rect()

Examples

library(ggplot2)
p <- ggplot(mtcars, aes(x = wt, y = mpg)) +
  geom_point()
p + theme_rect()