Skip to contents

TiltPlot theme for the graphs

Usage

theme_tiltplot()

Value

An object of class "theme", "gg".

Examples

library(ggplot2, warn.conflicts = FALSE)

ggplot(mtcars) +
  geom_histogram(aes(mpg), bins = 10) +
  theme_tiltplot()