Description Usage Value Examples
Removes all text, gridlines, background color etc.
1 |
ggtheme
1 2 3 | ggplot2::ggplot(data.frame(x=rep(c(1, 2, 3, 4, 5), 2), y=1:10, d=rep(c("a", "b"), 5)), ggplot2::aes(x=x, y=y, fill=d))+
ggplot2::geom_bar(stat="identity", position="dodge")+
themeEmpty()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.