Explorar el Código

Set background color of theme_xaringan_base plot example to match docs

tags/v0.3.0
Garrick Aden-Buie hace 6 años
padre
commit
8fa287c256
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      R/ggplot2.R
  2. +1
    -1
      man/theme_xaringan_base.Rd

+ 1
- 1
R/ggplot2.R Ver fichero

@@ -206,7 +206,7 @@ theme_xaringan_inverse <- function(
#' geom_point() +
#' theme_xaringan_base(
#' text_color = "#602f6b", # imperial
#' background_color = "#fcfafc", # warm gray
#' background_color = "#f8f8f8", # light gray
#' accent_color = "#317873", # myrtle green
#' title_font = "sans",
#' text_font = "serif",

+ 1
- 1
man/theme_xaringan_base.Rd Ver fichero

@@ -83,7 +83,7 @@ if (has_ggplot2) {
geom_point() +
theme_xaringan_base(
text_color = "#602f6b", # imperial
background_color = "#fcfafc", # warm gray
background_color = "#f8f8f8", # light gray
accent_color = "#317873", # myrtle green
title_font = "sans",
text_font = "serif",

Cargando…
Cancelar
Guardar