Public
Edited
Jan 28
Insert cell
Insert cell
This is a second cell
Insert cell
x = 24
Insert cell
y = x + range
Insert cell
viewof range = Inputs.range([0, 100], { label: "Amount", step: 1 })
Insert cell
Insert cell
sample.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
Plot.plot({
marks: [
Plot.barY(sample, {
x: "area",
y: "sales",
sort: { x: "y", reverse: true }
}),
Plot.ruleY([0])
]
})
Insert cell
Plot.plot({
marks: [
Plot.barY(sample, {
x: "area",
y: "sales",
fill: "area",
sort: { x: "y", reverse: true }
}),
Plot.ruleY([0])
]
})
Insert cell
Plot.plot({
marks: [
Plot.voronoi(penguins, {x: "culmen_depth_mm", y: "culmen_length_mm", fill: "species", stroke: "white"})
]
})
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

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