my_ggplot_theme = function(cex=1)
{
theme_light(base_size = 10 * cex) +
theme(
legend.position = "bottom",
legend.key.size = unit(.3 * cex, "cm"),
panel.background = element_rect(fill = 'white')
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.