Skip to content

Commit

Permalink
year 2021 back in figure 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophLeonhardt committed Dec 22, 2023
1 parent 64b8e22 commit 055f063
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/corpus-preparation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rmd/01-DataReport.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ggplot(dt_year, aes(protocol_year, size)) +
theme_minimal() +
scale_y_continuous(labels = scales::number) +
scale_x_date(date_breaks = "4 years", date_labels = "%Y",
limits = as.Date(c("1949-01-01", "2021-12-31")),
limits = as.Date(c("1949-01-01", "2022-12-31")),
expand = c(0, 0)) +
theme(axis.text.x = element_text(angle = 90, hjust = 1),
axis.title.x = element_text(margin = margin(t = 10, r = 0, b = 0, l = 0))
Expand Down

0 comments on commit 055f063

Please sign in to comment.