Description Usage Arguments Examples
This function allows you give your plots a viadee background and some styling based on the economist theme. Ideally this is the first thing you do with your graph object, in order not to overpaint any content.
1 | viadeePlot(graph, backgroundGradientColors = c("#DFAD47", "#7EBCA9"))
|
graph |
The graph to style. |
backgroundGradientColors |
The two colors that form a gradient in the background |
1 | viadeePlot(ggplot2::ggplot()) + ggplot2::geom_point()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.