Skip to content

Instantly share code, notes, and snippets.

View jwoLondon's full-sized avatar
💭
Staring into the middle distance

Jo Wood jwoLondon

💭
Staring into the middle distance
View GitHub Profile
@jwoLondon
jwoLondon / playfair.json
Last active August 22, 2019 15:47
Playfair's 'wheat and wages' chart reproduced with Vega-Lite. Adapted from https://vega.github.io/vega-lite/examples/wheat_wages.html
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"config": {
"axis": {
"titleFont": "Pinyon Script",
"titleFontWeight": "bold",
"labelFont": "Pinyon Script",
"labelFontSize": 8,
"labelFontWeight": "bold"
},
@jwoLondon
jwoLondon / diCaprio.json
Last active February 10, 2023 05:59
Leonardo DiCaprio's dating history
{
"$schema": "https://vega.github.io/schema/vega-lite/v3.json",
"title": "Leonardo DiCaprio has never dated a woman over 25",
"width": 650,
"height": 400,
"config": {
"scale": {
"bandPaddingInner": 0.5
},
"axis": {
@jwoLondon
jwoLondon / windVectors.json
Created February 10, 2019 20:40
Example of simulating rotate channel by creating custom glyphs
{
"$schema": "https://vega.github.io/schema/vega-lite/v3.json",
"background": "black",
"width": 800,
"height": 600,
"config": { "view": {"stroke": ""}},
"layer": [
{
"data": {
"url": "https://gicentre.github.io/data/europe/nwEuropeLand.json",
@jwoLondon
jwoLondon / .block
Last active November 26, 2017 15:36
Shape Encoding Issues
license: mit