Unlisted
Edited
Jul 20, 2023
Insert cell
Insert cell
Plot = FileAttachment("plot@1.umd.min.js").url().then(require)
Insert cell
Plot.dotX(penguins, { x: "body_mass_g" }).plot({
title: "Pingunis",
subtitle: "Best of class"
})
Insert cell
Plot.dotX(penguins, { x: "body_mass_g", stroke: "species" }).plot({
color: { legend: true },
title: md`### <span style="color: red">best</span> of class`,
subtitle: md`*best of class*`
})
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