Published
Edited
Jan 22, 2021
Importers
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
const height = 200
const canvas = createCanvas({width, height, background: colors.ghostwhite})
const svg = canvas.svg
const overlay = canvas.overlay
overlay.append('div')
.call(dot, {text: 'E = m \\cdot c^2', latex: true, x: 1 / 2 * width, y: height / 2})
return canvas
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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