Published
Edited
Apr 30, 2022
Insert cell
# Anscombe’s quartet
Insert cell
Insert cell
Plot.plot({
grid: true,
// inset: 10,
width: 1200,
height: 300,
x: {
domain: [0, 19],
line: true,
ticks: 3
},
y: {
domain: [0, 15],
line: true,
ticks: 4
},
facet: {
data: data,
x: "set",
label: "Data set"
},
marks: [
Plot.dot(data, { x: "x", y: "y", stroke: null, fill: "black", r: 4 })
]
})
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