Public
Edited
Jun 17
Insert cell
Insert cell
data = olympians.map(d => d.date_of_birth)
Insert cell
Insert cell
Insert cell
a = d3.bin().thresholds(5)(data)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
b = d3.bin().thresholds(d3.utcTicks(...d3.extent(data), 5))(data)
Insert cell
Insert cell
Insert cell
x = ({ domain: [new Date(-1e12), new Date(Date.UTC(2002, 0, 1))], range: [100, width - 100] })
Insert cell
y = ({ domain: [0, 9200] })
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