piermorel / gramm

Gramm is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizations. Gramm is inspired by R's ggplot2 library.
MIT License
780 stars 221 forks source link

Beeswarm updates to Gramm #130

Closed hamza-elhamdadi closed 8 months ago

hamza-elhamdadi commented 9 months ago

stat_beeswarm function for generating Beeswarm plots with Gramm

piermorel commented 8 months ago

Hi Hamza. Thanks for the pull request. After testing I saw that your code only works for discrete data (which is the case of the example data). I will correct the code or rewrite the function.