Skip to contents

e61 themed graph options in an alternative style

Usage

theme_e61_alt(base_family = "pt-sans", base_size = 12)

Arguments

base_family

Character. Chart font family. Default is Arial.

base_size

Numeric. Chart font size. Default is 12.

Value

ggplot2 object

Examples

ggplot(data = mtcars, aes(x = wt, y = mpg, col = factor(cyl))) +
  geom_point() +
  theme_e61_alt()