Public
Edited
Nov 14, 2023
12 stars
Insert cell
Insert cell
Plot = import("https://esm.sh/gh/observablehq/plot@4b035f5c1f45c1875d6f939fc017166f0267fea1")
Insert cell
viewof selection = Plot.dot(
penguins,
Plot.brush({
x: "culmen_length_mm",
y: "culmen_depth_mm",
fill: "species",
unselected: { fill: "#eee" }
})
).plot()
Insert cell
Inputs.table(selection)
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