theme_patroclus: Tufte Maximal Data, Minimal Ink Theme With a Twist

View source: R/plots.r

theme_patroclusR Documentation

Tufte Maximal Data, Minimal Ink Theme With a Twist

Description

Theme based on Chapter 6 'Data-Ink Maximization and Graphical Design' of Edward Tufte The Visual Display of Quantitative Information. No border, no axis lines, no grids. This theme works best in combination with geom_rug or geom_rangeframe.

Usage

theme_patroclus(base_size = 11, base_family = "serif", ticks = TRUE)

Arguments

base_size

base font size, given in pts.

base_family

base font family

ticks

logical Show axis ticks?

Note

The default font family is set to 'serif' as he uses serif fonts for labels in 'The Visual Display of Quantitative Information'. The serif font used by Tufte in his books is a variant of Bembo, while the sans serif font is Gill Sans. If these fonts are installed on your system, then you can use them with the package extrafont.

References

Tufte, Edward R. (2001) The Visual Display of Quantitative Information, Chapter 6.


lukehannan/lumisc documentation built on July 5, 2025, 5:30 a.m.