BoxX

Box plot of Olympic athletes' weights across different sports.

scale type mismatch for y (needs band)
<Plot
    inset={10}
    x={{
        axis: 'both',
        grid: true,
        type: 'log'
    }}>
    <BoxX
        data={olympians}
        x="weight"
        y="sport"
        bar={{ fillOpacity: 0.5 }}
        tickMinMax />
</Plot>