BoxX
Box plot of Olympic athletes' weights across different sports.
<Plot
inset={10}
x={{
axis: 'both',
grid: true,
type: 'log'
}}>
<BoxX
data={olympians}
x="weight"
y="sport"
bar={{ fillOpacity: 0.5 }}
tickMinMax />
</Plot>