Public
Edited
Dec 25, 2023
Insert cell
Insert cell
data = [63, 41, 33, 41, 40, 28, 26, 25, 3]
Insert cell
Plot.plot({
axis: null,
x: {
axis: null,
grid: null,
percent: false
},
marks: [
Plot.ruleX([0]),
Plot.barX(data, {x: (d) => d, y: (d, i) => i, })
]
})
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