View source: R/theme_ecm_horizontal_dots.R
theme_ecm_horizontal_dots | R Documentation |
Based on theme_bw()
from ggplot2
theme_ecm_horizontal_dots()
extensible theme function
library(ggplot2)
library(ecmfuns)
ggplot(mtcars, aes(disp, mpg, color = cyl))+
geom_point()+
theme_ecm_bw()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.