JetBrains / lets-plot

Multiplatform plotting library based on the Grammar of Graphics
https://lets-plot.org
MIT License
1.57k stars 51 forks source link

add `geom_beeswarm()` #1023

Open Zaf4 opened 8 months ago

Zaf4 commented 8 months ago

I saw you were adding new type of plots. Swarm plot is very useful and it is similar to the violinplot but each point is shown in a way overlap is prevented.

Here is the ggbeeswarm for reference.

alshan commented 8 months ago

Looks interesting, thank you. Note however that some of these charts can be done using geom_dotplot() or geom-ydotplot().