Public
Edited
May 26, 2023
1 fork
Importers
Insert cell
Insert cell
Plot.plot({
grid: true,
aspectRatio: 0.5,
facet: {data: anscombe, x: "series"},
marks: [
Plot.frame(),
Plot.line(anscombe, {x: "x", y: "y"}),
Plot.dot(anscombe, {x: "x", y: "y"})
]
})
Insert cell
anscombe = FileAttachment("anscombe.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