Public
Edited
Feb 27, 2023
Paused
3 forks
18 stars
Insert cell
Insert cell
Insert cell
Plot.plot({
projection: "equal-earth",
width,
marks: [
Plot.sphere({ fill: "#111" }),
Plot.geo(land, {fill: "#262626"}),
link(routeData, {
x1: d => d[0][0],
y1: d => d[0][1],
x2: d => d[1][0],
y2: d => d[1][1],
mixBlendMode: "screen",
opacity: 0.15,
strokeWidth: 1.25,
stroke: "#8014b7"
})
]
})
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