Public
Edited
Mar 16, 2023
1 star
Insert cell
Insert cell
Insert cell
projection = d3.geoOrthographic().rotate([180, -25])
Insert cell
points = d3.json(
"https://gist.githubusercontent.com/Fil/6bc12c535edc3602813a6ef2d1c73891/raw/3ae88bf307e740ddc020303ea95d7d2ecdec0d19/points.json"
)
Insert cell
Insert cell
color = d3.scaleSequential(d3.interpolateTurbo).domain([40, -20])
Insert cell
bands = [
...d3
.geoContour()
.thresholds(50)
.isobands(points)
]
Insert cell
Insert cell
Insert cell
d3 = require("d3@7", "d3-geo-voronoi@2")
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