Published
Edited
Apr 1, 2021
1 fork
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
x = createRandom(minx,maxx, skew)
Insert cell
y = createRandom(0,100,2)
Insert cell
data = x.map( (e,i ) => {return {y: y[i] , x: e}} );
Insert cell
import {vl} from '@vega/vega-lite-api'
Insert cell
import {Range} from "@observablehq/inputs"
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