Skip to contents

This function returns a ggplot2 theme that is styled with Pixelgen branding.

Usage

theme_pixelgen()

Value

A ggplot2 theme

Examples

library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg)) +
  geom_point() +
  theme_pixelgen()