Public
Edited
Sep 16, 2022
1 star
Insert cell
Insert cell
tgv = d3.csvParse(
`voiture,passagers,statut
18,34,0
18,3,1
17,27,0
17,2,1
16,24,0
16,2,1
15,27,0
15,0,1`,
d3.autoType
)
Insert cell
Plot.barX(tgv, { x: "passagers", y: "voiture", fill: "statut" }).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