Public
Edited
Aug 6, 2024
4 forks
2 stars
Insert cell
Insert cell
Plot.plot({
projection: "albers-usa",
marks: [
Plot.geo(states, {strokeOpacity: 0.1, tip: true, title: "name"}),
Plot.geo(nation),
Plot.dot(states, Plot.centroid({fill: "red", stroke: "white"}))
]
})
Insert cell
nation = topojson.feature(us, us.objects.nation)
Insert cell
states = topojson.feature(us, us.objects.states).features
Insert cell
us = FileAttachment("us-counties-10m.json").json()
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