Skip to content

Commit

Permalink
Change y-label
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhg-moore committed Sep 12, 2024
1 parent 43b992e commit 47fd70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_uncertainty.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ plot_uncertainty <- function(sa, bins = 30) {
colour = "black", bins = bins, fill = "grey") +
ggplot2::facet_wrap(sim_id ~ fit_type, scales = "free") +
ggplot2::ylab("Counts") +
ggplot2::xlab("y") +
ggplot2::xlab("value") +
ggplot2::theme_bw()
}

0 comments on commit 47fd70d

Please sign in to comment.