Barbie Inspired Theme
Arguments
- barbie_font
should
theme_barbie
use Google Font's Sansita Swashed? Default isTRUE
.- ...
additional parameters to pass to
ggplot2::theme()
Examples
library(ggplot2)
ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) +
geom_smooth(method = 'lm') +
geom_point() +
labs(title = 'Barbie Scatter Plot') +
theme_barbie()
#> `geom_smooth()` using formula = 'y ~ x'