Public
Edited
Aug 31, 2023
1 fork
8 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
colorQt = d3.scaleQuantile()
.domain(valeurs)
.range(couleursC);
Insert cell
colorQz = d3.scaleQuantize()
.domain(d3.extent(valeurs))
.range(couleursC);
Insert cell
colorLinear = d3.scaleLinear()
.domain([7, 68])
.range(couleurs)
.interpolate(d3.interpolateHcl);
Insert cell
Insert cell
// Topojson base map, joined file, départements with id (in arbitrary order)
fond = FileAttachment("fond2sq.json").json()
Insert cell
pathLeft = d3.geoPath(projectionLeft)
Insert cell
pathRight = d3.geoPath(projectionRight)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import {legend} from "@d3/color-legend"
Insert cell
import {radio} from "@jashkenas/inputs"
Insert cell
import {slider} from "@jashkenas/inputs"
Insert cell
import {color} from "@jashkenas/inputs"
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more