Public
Edited
Dec 14, 2022
3 forks
4 stars
Insert cell
Insert cell
Insert cell
Plot.plot({
color: {
type: "sqrt",
scheme: "Reds",
legend: true
},
width: width / 1.5,
projection: "albers-usa",
marks: [
Plot.geo(ustopo, {
stroke: "#3c3c3c",
fill: (d) => lookup[d.properties.name],
title: (d) => lookup[d.properties.name]
})
]
})
Insert cell
Insert cell
guns
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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