Beeswarm plot
<Plot height={200}>
<Dot
data={cars}
x="weight (lb)"
y={0}
fill
dodgeY="bottom" />
</Plot><Plot height={200}>
<Dot
data={cars}
x="weight (lb)"
y={0}
fill
dodgeY="bottom" />
</Plot>