revdep/library/curtailment/new/ggthemes/examples/ex-theme_solid.R

library("ggplot2")

ggplot(mtcars, aes(wt, mpg)) +
 geom_point() +
 theme_solid(fill = "white")

ggplot(mtcars, aes(wt, mpg)) +
  geom_point(color = "white") +
  theme_solid(fill = "black")
martinlaw/curtailment documentation built on Sept. 25, 2024, 1:33 p.m.