Published
Edited
Jun 5, 2021
1 star
Insert cell
Insert cell
Insert cell
Plot.plot({
marks:[
Plot.lineY(y),
Plot.ruleX([x0])
]
})
Insert cell
viewof x0 = Scrubber(x, {autoplay: false})
Insert cell
y=x.map(xx=>Math.sin(2*Math.PI*xx/x.length))
Insert cell
x = d3.range(100)
Insert cell
import {Scrubber} from "@mbostock/scrubber"
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