Public
Edited
Jul 8, 2023
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
viewof i1 = Inputs.input(1)
Insert cell
viewof i2 = Inputs.input(0)
Insert cell
viewof j1 = Inputs.input(1)
Insert cell
viewof j2 = Inputs.input(1)
Insert cell
matrixTransform = `matrix(${i1}, ${-i2}, ${-j1}, ${j2}, 0, 0)`
// matrixTransform = `matrix(${i1} ${i2} ${j1} ${j2} 0 0)`
Insert cell
interpolatedMatrixTransform = `matrix(${1 + (i1 - 1) * t}, ${-i2 * t}, ${
-j1 * t
}, ${1 + (j2 - 1) * t}, 0, 0)`
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