Public
Edited
May 13, 2023
2 forks
5 stars
Insert cell
Insert cell
Plot.plot({
height: 100,
inset: 10,
marks: [
Plot.density(faithful, {x: "waiting", stroke: "steelblue", strokeWidth: 0.25, bandwidth: 10}),
Plot.density(faithful, {x: "waiting", stroke: "steelblue", thresholds: 4, bandwidth: 10}),
Plot.dot(faithful, {x: "waiting", fill: "currentColor", r: 1.5})
]
})
Insert cell
faithful = FileAttachment("faithful.tsv").tsv({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