Published
Edited
Sep 1, 2021
1 star
Insert cell
Insert cell
fn = (x, y, n) => {
// return [x + Math.cos(n), y + n];
// return [n ** 2, Math.cos(n / 2) * Math.sqrt(n * 2)];
// return [n ** 2, 1 + Math.cos(n * 2) / Math.sqrt(n * 2)];
return [1 / Math.cos(n), n / 1e3]
}
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