Description Usage Examples
When added to a ggplot object, styles the plot in the OJO style
1
theme_ojo()
1 2 3 4 5
ggplot(tibble(x = 2010:2015, y = 50:55), aes(x, y)) + geom_line() + theme_ojo() + ylim(0, NA) + ggtitle("A very boring plot")
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.