Skip to contents

A modified ggplot2 black and white theme with bold text elements.

Usage

theme_bw2()

Value

A ggplot2 theme object

Examples

library(ggplot2)
ggplot(mtcars, aes(x = wt, y = mpg)) +
  geom_point() +
  labs(tag = "A") +
  theme_bw2()