theme_janco_bar: Minimal theme for barplots (etc)

Description Usage Arguments Value Examples

Description

A minimal theme based on ggthemes::theme_fivethirtyeight() This theme has no vertical panel.grid

Usage

1
theme_janco_bar(base_size = 12, base_family = "sans")

Arguments

base_size

global font size (number)

base_family

global font family (e.g. sans, serif)

Value

Adds a theme to a ggplot

Examples

1
2
3
ggplot(mtcars, aes(x = wt, y = mpg, colour = factor(gear))) +
  geom_point() +
  theme_janco_bar()

JanCoUnchained/ggunchained documentation built on May 14, 2019, 9:37 a.m.