Glamour Theming

ggplot2 themes and helpers for clean, directly labeled charts

Glamour is a first attempt at making a Tufte-like style easy to apply. Motivated by Will Chase’s talk The Glamour of Graphics, this package helps the user: label directly, choose type on purpose, strip the grid back, and use color only when it carries meaning.

The package (glamour) provides:

# install.packages("remotes")
remotes::install_github("James-Hodges/glamourtheming")
library(glamour)

See the examples page for scatter, bar, line and faceted charts built with it.