Skip to content

Commit 4ccc3d8

Browse files
committed
explicitly set the theme in the vignettes
1 parent 680c6bf commit 4ccc3d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

vignettes/graphical-ppcs.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ vignette: >
1919
```{r pkgs, include=FALSE}
2020
library("ggplot2")
2121
library("rstanarm")
22+
bayesplot_theme_set()
2223
set.seed(840)
2324
```
2425

vignettes/plotting-mcmc-draws.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ vignette: >
1919
```{r pkgs, include=FALSE}
2020
library("ggplot2")
2121
library("rstanarm")
22+
bayesplot_theme_set()
2223
```
2324

2425

0 commit comments

Comments
 (0)