eclarke / ggbeeswarm

Column scatter / beeswarm-style plots in ggplot2
GNU General Public License v3.0
539 stars 31 forks source link

Add swarm and corral methods #64

Closed csdaw closed 3 years ago

csdaw commented 3 years ago

Hi @eclarke ,

This PR builds upon #60 to add the extra swarming and corral methods from beeswarm. It also reverts a few of the small changes I made to the "swarm" method so that it outwardly behaves identically to ggbeeswarm v0.6.0 on CRAN (but is still internally re-written), to hopefully preserve backward compatibility.

Along with #63 I plan on doing only 1 more PR to update the package vignette. Then I reckon a new version should be submitted to CRAN :)

Changes made:

Addresses: #62 #50