Published
Edited
Dec 16, 2018
1 fork
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Algebra(2, 0, 1, () => {
// 1e1 is the dimension (Y)
// Change to 1e2 to make this a horizontal line
return this.graph([1e2], { height: 200 });
})
Insert cell
Insert cell
1e2
Insert cell
1e2 === 100
Insert cell
Insert cell
Algebra(2, 0, 1, () => {
// 1e1 is the dimension (Y)
// Change to 1e2 to make this a horizontal line
return this.graph([100], { height: 200 });
})
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