Skip to contents

Stark, monochrome look with only Y major grid and a thin panel border.

Usage

theme_journal_1900s(base_size = 11, base_family = NULL)

Arguments

base_size

Numeric base text size passed to ggplot2::theme_minimal(). Defaults to 11. This does not change sizes you have already set explicitly.

base_family

Optional base font family. Leave NULL to inherit.

Value

A ggplot2::theme.

Examples

if (FALSE) { # \dontrun{
# ggplot2::theme_set(theme_journal_1900s())
} # }