Public
Edited
Apr 6, 2023
1 star
Insert cell
Insert cell
Plot.plot({
facet: { data: penguins, x: "island" },
marks: [
Plot.dot(penguins, { x: "culmen_depth_mm", y: "body_mass_g" }),
Plot.frame()
]
})
Insert cell
Insert cell
Plot.plot({
facet: { data: penguins_arrow, x: "island" },
marks: [
Plot.dot(penguins_arrow, { x: "culmen_depth_mm", y: "body_mass_g" }),
Plot.frame()
]
})
Insert cell
penguins_arrow = aq.from(penguins).toArrow()
Insert cell
penguins = FileAttachment("penguins.csv").csv({ typed: true })
Insert cell
aq = require("arquero")
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