theme_playax: Playax theme for ggplot2 charts

Description Usage Examples

View source: R/theme_playax.R

Description

This theme requires Google's Open Sans fonts https://fonts.google.com/specimen/Open+Sans to work properly.

Usage

1

Examples

1
2
3
4
5
library(ggplot2)

ggplot(tibble(x = 1:30, y = rnorm(30))) +
  geom_line(aes(x = x, y = y)) +
  theme_playax()

gmega/playaxr documentation built on Dec. 20, 2020, 6:22 a.m.