Description Usage Arguments Value Examples
This was definetly inspiried by 538 graphics
1 | theme_jasmine(title, subtitle, ...)
|
title |
a string indicating title of plot |
subtitle |
a string indicating the subtitle of plot (development version of ggplot2) |
... |
additional params |
a ggplot2 plot with format
1 2 3 4 | ggplot(iris, aes(x=Sepal.Width, y=Sepal.Length, color = Species)) +
geom_jitter() +
theme_minimal() +
theme_jasmine(title = "Hi", subtitle = "yo")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.