Published
Edited
Apr 12, 2020
Insert cell
Insert cell
d3=require('d3@5')
Insert cell
power = d3
.scalePow()
.domain([0, 16])
.range([0, 256])
.exponent(2)
Insert cell
power(1)
Insert cell
power(2)
Insert cell
power(3)
Insert cell
power(15)
Insert cell
power(16)
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