Unlisted
Edited
Apr 25, 2023
Insert cell
Insert cell
Plot.plot({
fy: {
grid: true,
tickFormat: ".1f",
interval: 0.1, // 10cm
reverse: true
},
marks: [
Plot.boxX(olympians.filter((d) => d.height), {x: "weight", fy: "height"})
]
})
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