Skip to content

Commit f564a00

Browse files
committed
Update snapshots and revert args_outer to geom_density_ridges
1 parent d6d5a62 commit f564a00

18 files changed

+573
-572
lines changed

R/mcmc-intervals.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,13 +510,14 @@ mcmc_areas_ridges <- function(x,
510510
args_outer <- list(
511511
mapping = aes(height = .data$density),
512512
color = get_color("dark"),
513-
fill = NA
513+
fill = NA,
514+
stat = "identity"
514515
)
515516
if (!is.null(border_size)) {
516517
args_outer$linewidth <- border_size
517518
}
518519

519-
layer_outer <- do.call(ggridges::geom_ridgeline, args_outer)
520+
layer_outer <- do.call(ggridges::geom_density_ridges, args_outer)
520521

521522
# Force ggridges to compute the scaling now
522523
test_plot <- ggplot(datas$outer) +

tests/testthat/_snaps/mcmc-diagnostics/mcmc-neff-default.svg

Lines changed: 91 additions & 91 deletions
Loading

tests/testthat/_snaps/mcmc-diagnostics/mcmc-neff-hist-binwidth.svg

Lines changed: 117 additions & 117 deletions
Loading

tests/testthat/_snaps/mcmc-diagnostics/mcmc-neff-hist-default.svg

Lines changed: 144 additions & 144 deletions
Loading

tests/testthat/_snaps/mcmc-diagnostics/mcmc-neff-missing-levels.svg

Lines changed: 61 additions & 61 deletions
Loading

tests/testthat/_snaps/mcmc-distributions/mcmc-dens-chains-default.svg

Lines changed: 22 additions & 22 deletions
Loading

tests/testthat/_snaps/mcmc-nuts/mcmc-nuts-energy-default.svg

Lines changed: 5 additions & 5 deletions
Loading

tests/testthat/_snaps/mcmc-nuts/mcmc-nuts-energy-merged.svg

Lines changed: 4 additions & 4 deletions
Loading

tests/testthat/_snaps/ppc-test-statistics/ppd-stat-2d-default.svg

Lines changed: 16 additions & 16 deletions
Loading

tests/testthat/_snaps/ppc-test-statistics/ppd-stat-2d-stat-size-alpha.svg

Lines changed: 16 additions & 16 deletions
Loading

0 commit comments

Comments
 (0)