瀏覽代碼

Set background color of theme_xaringan_base plot example to match docs

tags/v0.3.0
Garrick Aden-Buie 6 年之前
父節點
當前提交
8fa287c256
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      R/ggplot2.R
  2. +1
    -1
      man/theme_xaringan_base.Rd

+ 1
- 1
R/ggplot2.R 查看文件

@@ -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 查看文件

@@ -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",

Loading…
取消
儲存