Unlisted
Edited
Aug 2, 2023
Insert cell
Insert cell
selection // hover on c.x1, then move to b.x3
Insert cell
viewof selection = Plot.cell(d3.range(12), {
x: (d) => ["x1", "x2", "x3"][d % 3],
fx: (d) => ["a", "b", "c", "d"][d % 4],
tip: true
}).plot()
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