Published
Edited
Mar 26, 2018
41 forks
13 stars
Insert cell
Insert cell
p5(sketch => {
let system;
sketch.setup = function() {
sketch.createCanvas(width, 320);
};
sketch.draw = function() {
sketch.translate(sketch.width / 2, sketch.height / 2);
sketch.background(200);
sketch.rect(-50, -50, 100, 100);
}
})
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