Description Usage Examples
like theme five, but ligth
1
theme_six()
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_six()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.