Plot.plot({
grid: true,ty
width:900,
y: {
label: "Matches Played"
},
x: {
label: "Matches Won",
},
marks: [
Plot.text(allFormationsSet, {x: "match_won", y: "match_played", text: "formation",textAnchor: "end", fill:"formation", fontSize:10}),
Plot.ruleY([0])
]
})