Public
Edited
Aug 12, 2024
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
colorScale = d3.scaleLinear()
.domain([-1, 1]) // Input domain
.range(["#57b8bc", "#152553"]); // Output range
// .range(["lightblue", "darkblue"]); // Output range
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
del = require("d3-delaunay@5")
Insert cell
d3.scaleLinear()
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