Public
Edited
Nov 26, 2023
Insert cell
Insert cell
Insert cell
Plot.plot({
projection: absLongitude,
marks: [
Plot.sphere({ fill: "lightgrey" }),
Plot.graticule(),
Plot.geo(land, { fill: "white" })
]
})
Insert cell
absLongitude = d3.geoProjection((x, y) => {
const p = d3.geoEqualEarth().fitSize([600, 400], land);
return p([Math.abs(x), -y]);
})
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