Public
Edited
Nov 3, 2023
Insert cell
Insert cell
Insert cell
map = Plot.plot({
projection: "identity",
width: 975,
length: { range: [0, 200] },
marks: [
Plot.geo(nation, { fill: "#e0e0e0" }),
Plot.geo(statemesh, { stroke: "white" }),
Plot.spike(counties.features, Plot.centroid({ stroke: "red", length: (d) => population.get(d.id) })),
]
})
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