Description Usage Arguments Examples
Custom Theme for GGPlot2 + GGPlotly
1 | theme_jacob(..., base_size = 11)
|
... |
Add Additional Theme Parameters (if necessary) |
base_size |
numeric |
1 2 3 | ggplot(iris, aes(Petal.Width, Petal.Height)) +
geom_point() +
theme_jacob()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.