Public
Edited
Oct 27, 2023
Fork of Template
Insert cell
Insert cell
Insert cell
p5((s) => {
s.setup = function () {
s.createCanvas(600, 400);
};
s.draw = function () {
s.background(255);
s.stroke(0);
s.arc(50, 55, 50, 50, 0, s.HALF_PI);
};
})
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

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