Skip to contents

TCDSB ggplot Theme

Usage

tcdsb_ggplot_theme(text_scale = 1)

Arguments

text_scale

Numeric value to scale font sizes in plot. Default = 1.

Value

A ggplot theme

Examples

# df |>
#   ggplot(aes (x = x, y = y)) +
#   geom_bar() +
#   tcdsb_ggplot_theme()