View source: R/theme_ecm_scatter.R
theme_ecm_scatter | R Documentation |
Based off Claus Wilke's cowplot::theme_cowplot()
and ggtext package
theme_ecm_scatter()
extensible theme function
library(ggplot2)
library(ecmfuns)
ggplot(mtcars, aes(disp, mpg, color = cyl))+
geom_point()+
theme_ecm_scatter()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.