File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ library(quarto)
1313library(ggplot2)
1414library(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}
Original file line number Diff line number Diff line change 11---
2- title : ggplot
2+ title : ggplot2
33keep-md : true
44format :
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:
1313library(quarto)
1414library(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}
You can’t perform that action at this time.
0 commit comments