Published
Edited
Jan 28, 2021
Fork of Rune.js test
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
p = {
return {
letterSizeX: .5,
letterSizeY: -.9,
rows: 8,
cols: 80,
pointsNumber: 2,
angle: Math.PI * -54.9,
m: {t: 50, r: 50, b: 250, l: 150},
w: 594,
h: 841,
}
}
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
timer = {
while (true) {
yield + new Date() / 10
await Promises.tick(10)
}
}
Insert cell
Insert cell
Insert cell
Insert cell
rnd(400)
Insert cell
rnd = (seed) => d3.randomUniform.source(seedrandom(seed))()()
Insert cell
seedrandom = require("seedrandom@3/seedrandom.min.js")
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