BoxY (faceted)

scale type mismatch for x (needs band)
<Plot grid>
    <BoxY
        data={penguins}
        x="species"
        y="flipper_length_mm"
        fill="species"
        fx="sex"
        tickMinMax
        tickMedian={{
            stroke: 'var(--svelteplot-bg)',
            strokeWidth: 3
        }} />
</Plot>