theme_bg_print: Custom ggplot2 theme for black and white printing

Description Usage Arguments

Description

This is a custom ggplot2 theme loosely based on recommendations of Edward Tufte, Stephen Few, and others. The panel background is blank and gridlines are removed. In contrast to theme_bg, this theme uses dark axis colors to improve black and white printing or copying.

Usage

1
2
theme_bg_print(base_size = 11, base_family = "", xticks = TRUE,
  yticks = TRUE)

Arguments

base_size

base font size

base_family

base font family

xticks

logical indicating whether tick marks should be displayed on the x-axis

yticks

logical indicating whether tick marks should be displayed on the y-axis


bgulbis/themebg documentation built on June 22, 2019, 10:52 p.m.