Published unlisted
Edited
Jan 31, 2022
4 stars
Insert cell
Insert cell
Plot = FileAttachment("plot.umd.js").url().then(require)
Insert cell
Insert cell
Inputs.table(selection1)
Insert cell
Insert cell
Inputs.table(selection2)
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.tickX(data, {x: "bill_depth"}),
Plot.lasso(data, {x: "bill_depth"})
]
})
Insert cell
import { data } from "@observablehq/plot-exploration-penguins"
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