Beeswarm plot

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