Skip to content

Commit

Permalink
doc: update gg code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Jan 15, 2024
1 parent ee35ecf commit 3c43fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/chunk_images.R
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ plot_chunk <- function(value, width = 1, height = .2,
#' scale_fill_gradient2(
#' low = "blue",
#' mid = "white", high = "red", limits = c(-1, 1),
#' guide = FALSE
#' guide = "none"
#' ) +
#' theme_void()
#' }
Expand Down
2 changes: 1 addition & 1 deletion man/gg_chunk.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c43fcf

Please sign in to comment.