Skip to content

Commit fe353e6

Browse files
rename ggplot to ggplot2
1 parent 7c6889c commit fe353e6

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

renderings/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ website:
99
- bokeh.qmd
1010
- flextable.qmd
1111
- ggiraph.qmd
12-
- ggplot.qmd
12+
- ggplot2.qmd
1313
- great-tables.qmd
1414
- gt.qmd
1515
- heatmaply.qmd

renderings/ggiraph.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ library(quarto)
1313
library(ggplot2)
1414
library(ggiraph)
1515
16-
light_theme <- theme_brand_ggplot("light-brand.yml")
17-
dark_theme <- theme_brand_ggplot("dark-brand.yml")
16+
light_theme <- theme_brand_ggplot2("light-brand.yml")
17+
dark_theme <- theme_brand_ggplot2("dark-brand.yml")
1818
```
1919

2020
```{r}

renderings/ggplot.qmd renamed to renderings/ggplot2.qmd

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: ggplot
2+
title: ggplot2
33
keep-md: true
44
format:
55
html:
66
code-tools:
7-
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/ggplot.qmd
7+
source: https://github.com/quarto-dev/quarto-examples/blob/main/renderings/ggplot2.qmd
88
---
99

1010
```{r}
@@ -13,8 +13,12 @@ format:
1313
library(quarto)
1414
library(ggplot2)
1515
16-
light_theme <- theme_brand_ggplot("light-brand.yml")
17-
dark_theme <- theme_brand_ggplot("dark-brand.yml")
16+
light_theme <- theme_brand_ggplot2("light-brand.yml")
17+
dark_theme <- theme_brand_ggplot2("dark-brand.yml")
18+
```
19+
20+
```{r}
21+
quarto::theme_brand_ggplot2
1822
```
1923

2024
```{r}

0 commit comments

Comments
 (0)