Sources
Annotated bibliography. All sources were consulted directly in July 2026 except where noted. Hex codes in 03-color-palettes.qmd trace to the starred (★) primary sources.
1 The three newsrooms
1.1 Financial Times
- ★ Visual Vocabulary — Financial-Times/chart-doctor,
visual-vocabulary/, https://github.com/Financial-Times/chart-doctor/tree/main/visual-vocabulary. The normative chart-type taxonomy in 02-chart-types.qmd: nine analytical functions (deviation, correlation, ranking, distribution, change over time, magnitude, part-to-whole, spatial, flow) with per-chart usage notes. Interactive version: https://ft-interactive.github.io/visual-vocabulary/. - ★ g-chartcolour — ft-interactive, https://github.com/ft-interactive/g-chartcolour, docs https://ft-interactive.github.io/g-chartcolour/. FT chart color tokens: paper
#FFF1E5, web line palette, sequential/diverging ramps, political palettes. - Origami o-colors — https://github.com/Financial-Times/o-colors (archived; now in https://github.com/Financial-Times/origami). Brand palette Sass tokens.
1.2 BBC
- ★ BBC Visual & Data Journalism cookbook for R graphics — https://bbc.github.io/rcookbook/ (source: https://github.com/bbc/rcookbook). Working hex codes (
#1380A1,#FAAB18,#990000,#588300; neutrals#333333,#CBCBCB,#DDDDDD), gridline/legend/baseline rules, chart types demonstrated, annotation conventions. - ★ bbplot — https://github.com/bbc/bbplot.
bbc_style()theme andfinalise_plot(): left-aligned title block, source bottom-left, logo bottom-right, 640×450 px default export.
1.3 The Economist
- ★ The Economist visual styleguide (chart style guide PDF, 2017-05-05). Mirror consulted: https://sa.ipaa.org.au/wp-content/uploads/2026/02/Economist-CHARTstyleguide_20170505.pdf. Web chart palette (Econ red
#E3120B, blue#006BA2, cyan#3EBCD2, …; black#0C0C0C, text#3F5661), equal-lightness color scales, standard color order and overrides, pie limit (“abandoned in favour of stacked bar if over 4 categories”), double-scale rules (no broken scales, aligned zero lines, no disparate measures; else panels or indexing). - “Mistakes, we’ve drawn a few” — Sarah Leo, The Economist (Medium, 2019), https://medium.economist.com/mistakes-weve-drawn-a-few-8cdd8a42d368. Self-audit of misleading practices (truncated axes, forced dual-scale correlations). Not fetchable at time of writing; cited from the styleguide’s matching rules.
3 Verification notes
- Contrast ratios quoted in 03 and 05 were computed from the cited hex codes with the WCAG 2.x relative-luminance formula (not copied from the sources): Analysis Function categorical palette 3.03–10.86:1 vs white; Okabe–Ito yellow 1.32:1, orange 2.25:1, sky blue 2.31:1 vs white (hence the caveat in 03); BBC
#333333text 12.63:1. - The Economist hex values were extracted from the styleguide PDF’s own text layer; where third-party summaries disagreed with the PDF, the PDF was used.