Public
Edited
Jun 8, 2024
1 fork
Insert cell
Insert cell
Plot.plot({
height: 300,
width: 240,
x:{
scale: "point",
ticks: 4,
padding: 0.4
},
y:{
grid: true,
label: "count"
},
marks: [
Plot.barY(chienduquebec.filter(d => d.ratings != "-"), Plot.groupX({y: "count"},{x: "ratings"})),
Plot.ruleY([0])
],
color:[
],
})
Insert cell
chienDuQuebec@1.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
chienduquebec
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