Public
Edited
May 13, 2023
9 forks
2 stars
Insert cell
Insert cell
Plot.plot({
marginBottom: 100,
fx: {padding: 0, label: null, tickRotate: 90, tickSize: 6},
x: {axis: null, paddingOuter: 0.2},
y: {grid: true},
color: {legend: true},
marks: [
Plot.barY(olympians, Plot.groupX({y2: "count"}, {x: "sex", fx: "sport", fill: "sex"})),
Plot.ruleY([0])
]
})
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