Plot.plot({
marks: [
Plot.rectY(
boston_clean_data,
Plot.binX({ y: "count" }, { x: "P0020001", fill: "P0020001" })
),
Plot.ruleY([0])
],
x: { label: "Total Population" },
y: { label: "Number of Neighborhoods" },
grid: true,
color: { scheme: "cool", legend: true, label: "Total Population" }
})