TiltPlot theme for the graphs
Examples
library(ggplot2, warn.conflicts = FALSE)
ggplot(mtcars) +
geom_histogram(aes(mpg), bins = 10) +
theme_tiltplot()
TiltPlot theme for the graphs
library(ggplot2, warn.conflicts = FALSE)
ggplot(mtcars) +
geom_histogram(aes(mpg), bins = 10) +
theme_tiltplot()