eclarke / ggbeeswarm

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

Fix log scale with zero #88

Open billdenney opened 1 year ago

billdenney commented 1 year ago

Fix #87

This shifts infinite and negative infinite values to non-infinite space so that the beeswarm width can be calculated. (After creating this PR, I realized that it would likely be better pushed upstream to the beeswarm package.)