Public
Edited
Jul 21, 2023
1 star
Insert cell
Insert cell
Plot.plot({
projection:{
type:'mercator',
domain:cz
},
marks:[
Plot.geo(cz),
Plot.dot(cz.features, Plot.centroid({fill: "red", stroke: "white"})),
Plot.tip(cz.features, Plot.pointer(Plot.centroid({title: d => d.properties.name})))
]
})
Insert cell
cz= FileAttachment("cz.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