Public
Edited
Nov 2, 2023
3 stars
Insert cell
Insert cell
Plot.lineY([1, 0, 1, 3, 0, 1, 2, 0, 1, 0], {
curve: "natural",
marker: true
}).plot({ height: 200, x: { line: true }, y: { ticks: 3 } })
Insert cell
Insert cell
Plot.lineY([1, 0, 1, 3, 0, 1, 2, 0, 1, 0], {
curve: "monotone-x",
marker: true
}).plot({ height: 200, x: { line: true }, y: { ticks: 3 } })
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