File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
* Loading ** bayesplot** no longer overrides the ggplot theme! There are new
6
6
functions for controlling the ggplot theme for ** bayesplot** that work like
7
7
their ** ggplot2** counterparts but only affect plots made using ** bayesplot** .
8
- Thanks to Malcolm Barret . (#117 , #149 )
8
+ Thanks to Malcolm Barrett . (#117 , #149 )
9
9
- ` bayesplot_theme_set() `
10
10
- ` bayesplot_theme_get() `
11
11
- ` bayesplot_theme_update() `
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ theme_default <-
133
133
# '
134
134
bayesplot_theme_get <- function () {
135
135
if (! identical(.bayesplot_theme_env $ gg_current , ggplot2 :: theme_get())) {
136
+ .bayesplot_theme_env $ current <- ggplot2 :: theme_get()
136
137
.bayesplot_theme_env $ gg_current <- ggplot2 :: theme_get()
137
138
thm <- .bayesplot_theme_env $ gg_current
138
139
} else {
You can’t perform that action at this time.
0 commit comments