Skip to content

Instantly share code, notes, and snippets.

@syntagmatic
syntagmatic / .block
Last active September 13, 2019 12:14
Deaths by Circulatory Disease 1999-2015
height: 2000
border: no
@syntagmatic
syntagmatic / .block
Last active November 8, 2019 07:48
Suicide Treemap by Age and Mechanism
height: 1280
border: no
@syntagmatic
syntagmatic / .block
Last active November 8, 2019 06:19
Infant Mortality Choropleth
border: no
height: 540
license: gpl-3.0
@syntagmatic
syntagmatic / .block
Last active November 8, 2019 06:18
Metagenomics Treemap
height: 700
border: no
license: gpl-3.0
@syntagmatic
syntagmatic / .block
Last active September 13, 2019 12:14
Paid Maternity Leave
height: 700
border: no
license: gpl-3.0
@syntagmatic
syntagmatic / .block
Last active January 9, 2017 19:03
Continuous Legend
border: no
height: 260
license: gpl-3.0
@syntagmatic
syntagmatic / index.html
Last active February 4, 2020 12:08
Wiggling Circles
<!doctype html>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.js"></script>
<canvas id="painting" width=960 height=500></canvas>
<script>
var colorScale = d3.scaleOrdinal()
//.range(["red", "green", "blue"]);
.range(["#490A3D","#BD1550","#E97F02","#F8CA00","#8A9B0F"]);
var canvas = d3.select("#painting").node();
@syntagmatic
syntagmatic / README.md
Last active May 26, 2023 20:16
Nutrient Parallel Coordinates IV
@syntagmatic
syntagmatic / .block
Last active April 5, 2023 12:26
Comanche Dual
license: gpl-3.0
height: 800
border: no
@syntagmatic
syntagmatic / .block
Last active August 1, 2018 07:27
Force Stress Test
license: gpl-3.0
height: 800
border: no