Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.
View(variancesAndCovariances)
View([[1,2,3],[3,4,5],[6,7,8,9,10]])
hist(cars.map((car)=>car.Cylinders))
import{data}from"@d3/histogram"
plot(dataset2)
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.
plot([1,2,3])
dataset2=[
{x:-3,y:7.5},
{x:-2,y:3},
{x:-1,y:0.5},
{x:0,y:1},
{x:1,y:3},
{x:2,y:6},
{x:3,y:14}
]
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.