Public
Edited
Mar 29, 2023
1 fork
9 stars
Insert cell
Insert cell
Insert cell
Insert cell
<div style="max-height: 300px; overflow: scroll">${
Plot.plot({
width: 10000,
height: 100,
marks: [
Plot.line(
d3
.range(0, 2000, 0.1)
.map((t) => [t, Math.sin(t) + Math.sin(1.02 * t)])
)
]
})
}</div>
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