theme_ecm_scatter: Personal preferences for a quick scatterplot

View source: R/theme_ecm_scatter.R

theme_ecm_scatterR Documentation

Personal preferences for a quick scatterplot

Description

Based off Claus Wilke's cowplot::theme_cowplot() and ggtext package

Usage

theme_ecm_scatter()

Value

extensible theme function

Examples

library(ggplot2)
library(ecmfuns)
ggplot(mtcars, aes(disp, mpg, color = cyl))+
 geom_point()+
 theme_ecm_scatter()

evanmascitti/ecmfuns documentation built on April 5, 2025, 1:52 a.m.