Published
Edited
Oct 9, 2019
Fork of Imports
3 forks
Insert cell
Insert cell
Insert cell
vl.hconcat().render()
Insert cell
viewof s = slider({min:1,max:100,step:1})
Insert cell
viewof p = slider({min:.1,max:2})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
data = {
var data = []
for(var i = 0;i<100;i++){
data.push({x:i+1})
data[i].y = 1/Math.pow(i+1,2)
}
return data

}
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