Public
Edited
May 9, 2023
8 forks
1 star
Insert cell
Insert cell
Insert cell
Plot.plot({
height: 160,
marks: [
Plot.dotX(cars, Plot.dodgeY({x: "weight (lb)", title: "name", fill: "currentColor", anchor: anchor ?? undefined}))
]
})
Insert cell
Insert cell
Plot.plot({
height: 180,
marks: [
Plot.rectY(cars, Plot.binX({y: "count"}, {x: "weight (lb)"})),
Plot.ruleY([0])
]
})
Insert cell
Plot.dotX(cars, {x: "weight (lb)"}).plot()
Insert cell
Plot.ruleX(cars, {x: "weight (lb)"}).plot()
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