Plot.plot({
title: "Votos por agrupación en CABA para el cargo: PRESIDENTE/A",
subtitle: "2023-10-22 (1era vuelta)",
marginLeft: 300,
marks: [
Plot.barX(caba_presidente_1v, {
x: "votos",
y: "agrupacion_nombre",
sort: { y: "x", reverse: true },
tip: true
}),
Plot.ruleX([0])
]
})