makeTopologyPlotBase <- function(db) {
require(ggplot2)
p <- ggplot(db,aes(y=ylvl,x=xlvl)) +
theme(panel.background=element_blank(),
axis.text=element_blank(),
axis.ticks=element_blank(),
axis.title=element_blank())
return(p)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.