ggplot theme with an empty dark background and large legend
1 |
1 2 3 4 5 | test<- data.frame(x=1:10,y=rnorm(10),type=rbinom(10,1,0.3))
ggplot(test,aes(x=x,y=y,colour=type))+
geom_point()+
theme_four()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.