Placeholder — a template for portfolio posts
template
Delete this post once the first real visualisation is in. It shows the structure: chart, notes, code.
![]()
Notes
A few sentences on the visualisation: What business or data question does it answer? Why this chart type? Which design decisions matter (colour, sorting, annotation, what was deliberately left out)?
Code
library(ggplot2)
# The code that produced the chart above.
# Ideally self-contained: data (or how to get it) + plot code.Data
Where the data comes from, licence if relevant.