lets-plot icon indicating copy to clipboard operation
lets-plot copied to clipboard

add `geom_beeswarm()`

Open Zaf4 opened this issue 2 years ago • 1 comments

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.

Zaf4 avatar Feb 20 '24 17:02 Zaf4

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

alshan avatar Feb 20 '24 19:02 alshan