Public
Edited
Aug 17, 2024
Insert cell
Insert cell
Plot.plot({
fy: {
label: null,
// padding: 0.3,
grid: true
},
y: {
axis: null,
domain: [-0.5, 1.5]
},
// insetTop: 5,
// insetBottom: 5,
height: 200,
marginLeft: 70,
grid: true,
marks: [
Plot.dot(data, {
x: "culmen_length_mm",
fy: "species",
y: Math.random,
fill: "species"
})
]
})
Insert cell
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