Skip to content

Commit

Permalink
Use packages in algorithms example
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Mar 13, 2024
1 parent 73ddaa2 commit 3b27916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ In addition, SwarmMakie offers jittered scatter plots as algorithms to `beeswarm
Here's a comparison of all the available algorithms:

```@example all_algorithms
using SwarmMakie, CairoMakie
algorithms = [NoBeeswarm() SimpleBeeswarm() WilkinsonBeeswarm(); UniformJitter() PseudorandomJitter() QuasirandomJitter()]
fig = Figure(; size = (800, 450))
xs = rand(1:3, 400); ys = randn(400)
Expand Down

0 comments on commit 3b27916

Please sign in to comment.