Skip to content

Commit

Permalink
Merge pull request #61 from nfidd/mult-log-sca
Browse files Browse the repository at this point in the history
actually plot on log scale
  • Loading branch information
sbfnk authored Nov 14, 2024
2 parents acff3b3 + 762c3ad commit 42a3630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessions/forecast-evaluation-of-multiple-models.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ forecasts |>
alpha = 0.1
) +
geom_point(data = onset_df, aes(x = day, y = onsets), color = "black") +
scale_y_log10() +
scale_color_binned(type = "viridis") +
facet_wrap(~model)
```
Expand Down

0 comments on commit 42a3630

Please sign in to comment.