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:[
],
})