mcrps: fix parameters plot (burn in)

This commit is contained in:
2025-06-22 20:04:12 +02:00
parent 6b5d7abfea
commit 21d58ccc4e
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -2554,8 +2554,8 @@ pars_data %>%
geom_rect(aes( geom_rect(aes(
ymin = 0, ymin = 0,
ymax = value * 1.2, ymax = value * 1.2,
xmin = dates[1], xmin = sort(unique(dates))[1],
xmax = dates[182], xmax = sort(unique(dates))[182],
fill = "Burn-In" fill = "Burn-In"
)) + )) +
geom_line(aes(color = name), linewidth = linesize, show.legend = FALSE) + geom_line(aes(color = name), linewidth = linesize, show.legend = FALSE) +