Skip to content

Commit

Permalink
Merge pull request #121 from katilingban/dev
Browse files Browse the repository at this point in the history
edit gnc vignette
  • Loading branch information
ernestguevarra authored Jan 2, 2025
2 parents 91767b7 + e594422 commit f6b73db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vignettes/gnc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ vignette: >
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
message = FALSE,
warning = FALSE,
error = FALSE,
comment = "#>",
dev = "ragg_png"
)
Expand Down Expand Up @@ -73,7 +76,7 @@ ggplot(data = mtcars, mapping = aes(x = mpg, y = disp, colour = factor(cyl))) +
title = "GNC Theme",
subtitle = "GNC secondary palette",
) +
theme_gnc(grid = "XY")
theme_gnc(grid = "Y")
```


0 comments on commit f6b73db

Please sign in to comment.