theme_ddf_light: theme_ddf_light

theme_ddf_lightR Documentation

theme_ddf_light

Description

A pleasing light theme for ggplot graphics.

Usage

theme_ddf_light(
  base_size = 12,
  base_family = extrafont::choose_font(fonts = "Bahnschrift")
)

Arguments

base_size

The font size to display. Defaults to 12.

base_family

The font to display. Defaults to 'Bahnschrift' - a font in the extrafont library.

Examples

ggplot(data = txhousing, mapping = aes(x = date, y = median)) + geom_point(alpha = 0.1) + theme_ddf_light()

DomDF/DomDF documentation built on Aug. 3, 2022, 11:46 p.m.