Public
Edited
Mar 11, 2023
1 star
Insert cell
Insert cell
olympians
Insert cell
viewof table = Inputs.table(olympians)
Insert cell
Plot.plot({
width,
color: { legend: true },
facet: {
data: olympians,
x: "sport",
y: "sex"
},
marks: [
Plot.frame(),
Plot.dot(olympians, {
x: "date_of_birth",
y: "height",
stroke: "sport",
strokeOpacity: 0.5,
title: "name"
}),
Plot.linearRegressionY(olympians, { x: "date_of_birth", y: "height" })
]
})
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