Public
Edited
Jun 19
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
sensors.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
sensormap = Plot.plot({
width,
projection: {
type: projection,
},
marks: [
Plot.geo(countries, {fill: "white", stroke: "lightgray"}),
Plot.sphere({strokeWidth: 1, stroke: "darkgray"}),
Plot.dot(sensors, {x: "longitude", y: "latitude", fill: "#AA44AA", r: 1})
]
});
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