Symbol channel
<Plot
grid
x={{ label: 'Body mass (g) →' }}
y={{ label: '↑ Flipper length (mm)' }}
symbol={{ legend: true }}>
<Dot
data={penguins}
x="body_mass_g"
y="flipper_length_mm"
stroke="species"
symbol="species" />
</Plot>