Unlisted
Edited
Apr 24, 2023
Insert cell
Insert cell
Insert cell
Plot.plot({
grid: true,
x: {type: "log"},
marks: [
Plot.dot(metros, {
x: "POP_2015",
y: "R90_10_2015"
}),
Plot.text(metros, {
filter: filtered ? "highlight" : null,
x: "POP_2015",
y: "R90_10_2015",
text: "nyt_display",
frameAnchor: "bottom",
dy: -6
})
]
})
Insert cell
metros = FileAttachment("metros.csv").csv({typed: true})
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