Skip to contents

A modified ggplot2 classic theme with bold text elements.

Usage

theme_classic2()

Value

A ggplot2 theme object

Examples

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