Plot.plot({
marks: [
Plot.rectY(
acs_nycha_clean4,
Plot.binX({ y: "count" }, { x: "pop15t24count", fill: "BOROUGH" })
),
Plot.ruleY([0]),
Plot.text(acs_nycha_clean4, {x: "pop15t24count", y: "count", text: "count", textAnchor: "end", dy: 6})
],
x: { label: "Population Between 15 and 24 Years Old" },
y: { label: "Number of Developments" },
grid: true,
color: { scheme: "magma", legend: true, label: "Borough" }
})