Published
Edited
Jul 13, 2022
2 stars
Also listed in…
Hello
Insert cell
Insert cell
walk = d3.cumsum({ length: 1001 }, d3.randomNormal())
Insert cell
Insert cell
Plot.plot({
marks: [
Plot.lineY(walk, { strokeWidth: 0.5 }),
Plot.lineY(
walk,
Plot.mapY((data) => d3.blur(data, radius), { y: (d) => d, stroke: "red" })
)
]
})
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