Public
Edited
Jan 18, 2024
Insert cell
Insert cell
Plot.plot({
projection: {
type: "mercator",
domain: {type: "MultiPoint", coordinates: [[-8.650007, 49.864798], [1.763680, 60.860761]]}
},
marks: [
Plot.geo(aldi_voronoi, {strokeWidth: 0.2}),
//Plot.voronoiMesh(aldi, {x: "longitude", y: "latitude"}),
Plot.dot(aldi, {x: "longitude", y: "latitude", fill: "currentColor", r: 1}),
],
caption: html`<p style="font-family:'Open Sans, san-serif'; font-size:14px;">Source: <a href="https://geolytix.com/blog/supermarket-retail-points/" target="_blank">Geolytix</a></p>`
})
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