theme_void_fill: Title

Description Usage Arguments Examples

View source: R/m_theme_void_fill.R

Description

Title

Usage

1
theme_void_fill(fill = "linen", color = fill)

Arguments

color

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
ggplot(cars) +
  aes(x = speed) +
  aes(y = dist) +
  geom_point(color = "plum4") +
  theme_void() +
  theme(plot.background = ggplot2::element_rect(fill = "plum1", color = "plum1"),
        panel.background = ggplot2::element_rect(fill = "plum1", color = "plum1"))

ggplot(cars) +
  aes(x = speed) +
  aes(y = dist) +
  geom_point(color = "plum4") +
  theme_void_fill(fill = "plum1")

EvaMaeRey/ggextend documentation built on Dec. 17, 2021, 7:24 p.m.