(replay2,
Plot.plot({
y: { type: "log", ticks: 0, inset: 10 },
r: { range: [0.5, 30] },
facet: {
data: ruralUrban,
x: "designation"
},
marks: [
beeswarmY(ruralUrban, {
y: "ratio_without",
r: "total_households",
fill: "ratio_without",
title,
gap: 0.5,
dynamic: true
})
],
height: 2200,
width
}))