Published unlisted
Edited
Jun 6, 2022
Insert cell
Insert cell
Insert cell
import {addTooltips} from "@mkfreeman/plot-tooltip"
Insert cell
addTooltips(
Plot.plot({
marks: [
Plot.dot(umap, { x: "x", y: "y", fill: "labels", title: "Category" })
],
color: {
legend: true
}
})
)
Insert cell
Insert cell
import {umap} from "@8e75de8976307912/d3-scatterplot-umap-features"
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