Published
Edited
Mar 31, 2020
2 forks
Importers
6 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
color = d3.scaleLinear()
.domain(values)
.range(colors)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
colorHCL = d3.scaleLinear()
.domain(values)
.range(colors)
.interpolate(d3.interpolateHcl)
Insert cell
Insert cell
colorHSL = d3.scaleLinear()
.domain(values)
.range(colors)
.interpolate(d3.interpolateCubehelix.gamma(2))
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