Standard ggplot theme for the agile oracle package. It is thin wrapper around ggplot::theme_minimal().
1 |
1 2 3 4 | ggplot2::ggplot(data = mtcars, mapping = ggplot2::aes(x = disp, y = mpg)) +
ggplot2::geom_point() +
theme_oracle() +
ggplot2::labs(title = "My plot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.