Skip to content

Commit

Permalink
debug plot_pop_size()
Browse files Browse the repository at this point in the history
  • Loading branch information
tinigarske committed Jul 5, 2024
1 parent d9c24b2 commit 0e06163
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ plot_pop_size <- function(pop) {
ggplot2::geom_tile() +
ggplot2::facet_wrap(~region) +
ggplot2::scale_fill_gradient(low = "white",
high = pal[5],
limits = c(0,1)) +
high = pal[5]) +
ggplot2::labs(x = "year", y = "age", fill = "population size") +
ggplot2::theme_minimal()

Expand Down

0 comments on commit 0e06163

Please sign in to comment.