#ggplot theme settings for heiserplot
library(ggplot2)
theme_heiser<-theme_grey() + theme(axis.line=element_blank(),
axis.text.x=element_blank(),
axis.text.y=element_blank(),
axis.ticks=element_blank(),
axis.title.x=element_blank(),
axis.title.y=element_blank(),
legend.position="none",
panel.background=element_blank(),
panel.border=element_blank(),
panel.grid.major=element_blank(),
panel.grid.minor=element_blank(),
plot.background=element_blank())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.