theme_janco_point: Minimal theme for scatterplots (etc)

Description Usage Arguments Value Examples

Description

A minimal theme based on ggthemes::theme_fivethirtyeight() This theme has both horizontal and vertical panel.grids

Usage

1
theme_janco_point(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_point()

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