Skip to content

Commit 6144672

Browse files
Merge branch 'master' into fix-diagnostic-color-scale-match-arg
2 parents cc7996f + bcf5ada commit 6144672

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

R/mcmc-traces.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ mcmc_trace_data <- function(x,
719719
color = guide_legend(order = 1),
720720
linetype = guide_legend(
721721
order = 2, title = NULL, keywidth = rel(1/2),
722-
override.aes = list(size = rel(1/2)))
722+
override.aes = list(linewidth = rel(1/2)))
723723
)
724724
}
725725
}

tests/testthat/_snaps/mcmc-traces/mcmc-trace-divergences-custom.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/mcmc-traces/mcmc-trace-divergences-default.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)