Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 20:10
· 16 commits to main since this release
b0021b2

SwarmMakie v0.0.1

This is the first release of SwarmMakie.jl!

It exports the beeswarm Makie recipe and several different algorithms, including the default SimpleBeeswarm, Leland Wilkinson's original "dot-histogram" approach with WilkinsonBeeswarm, and three generic jitter algorithms.

Further progress will be forthcoming, including dodging and better limits finding! Stay tuned.

Merged pull requests:

  • CompatHelper: add new compat entry for Makie at version 0.20, (keep existing compat) (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for KernelDensity at version 0.6, (keep existing compat) (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for StatsBase at version 0.34, (keep existing compat) (#6) (@github-actions[bot])
  • [FEATURE] Gutters for Swarmplots (#9) (@TheCedarPrince)

Closed issues:

  • Beeswarm recipe requires two iterations of update_state_before_display! before it renders correctly in CairoMakie (#1)
  • Wilkinson Algorithm for Beeswarm Layout (#5)
  • Implement gutters/corrals (#8)