Built with Quarto, Closeread extension, and R, this project serves as an educational example of how visual choices in data presentation can significantly influence the audience's perception and understanding of the underlying information. It specifically focuses on the impact of y-axis scaling in time-series visualizations.
- refugees: UNHCR refugee data via the #TidyTuesday
- tidyverse: Data wrangling, transformation, and plotting (dplyr, ggplot2, etc.)
- ggplot2: Core plotting library for time-series and facet charts
- patchwork: Combines multiple ggplot objects into side-by-side layouts
- grid: Controls plot spacing and margins using unit()
- ggtext: Enables Markdown/HTML formatting in plot titles and axis labels
quarto add qmd-lab/closeread
