From 3b279161382b2f06c56b3ac0fe3c6a2e16819957 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Wed, 13 Mar 2024 15:29:48 -0700 Subject: [PATCH] Use packages in algorithms example --- docs/src/algorithms.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/algorithms.md b/docs/src/algorithms.md index e379ff5..f4dfbb7 100644 --- a/docs/src/algorithms.md +++ b/docs/src/algorithms.md @@ -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)