Published
Edited
Nov 26, 2020
2 forks
10 stars
Insert cell
Insert cell
Insert cell
Insert cell
svg`<svg width="${w}" height="${h}">
<g>
${points.map((p, i) => `<circle
cx="${p[0]}"
cy="${p[1]}"
r="0.5"
stroke="black"
fill="none"
/>`).join('\n')}
</g>
</svg>`
Insert cell
imageData = readPixels(`https://source.unsplash.com/featured?portrait,${Date.now()}`, { w, h , format: 'hsl', fit: true })
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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