Published
Edited
Nov 10, 2021
16 stars
Insert cell
Insert cell
DensityContours(eruptions, {
x: (d) => d.waiting,
y: (d) => d.eruptions,
xLabel: "Idle (min.) ",
yLabel: "Erupting (min.)",
width,
height: 600,
fill: (value) => interpolatePainbow(value * 220),
thresholds: 500
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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