Public
Edited
Feb 10, 2024
Insert cell
Insert cell
Plot.plot({
grid: false,
style: "border: 1px solid red; overflow: visible",
margin: 40,
marginRight: 0,
facet: { marginRight: 0, grid: true },
fx: { padding: 0.1 },
fy: { padding: 0.1 },
marks: [
// Plot.frame(),
Plot.dot(penguins, {
x: "culmen_length_mm",
y: "culmen_depth_mm",
fx: "sex",
fy: "species"
})
]
})
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