- Notifications
You must be signed in to change notification settings - Fork2
Beeswarm plots for Makie.jl!
License
NotificationsYou must be signed in to change notification settings
MakieOrg/SwarmMakie.jl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Beeswarm plots in Makie!
The entry point to this package is thebeeswarm
recipe, which accepts input the same wayscatter
does in all respects -- plus a keywordalgorithm
, which specifies the beeswarm algorithm!
using SwarmMakie, CairoMakieys=rand(150)beeswarm(ones(length(ys)), ys)

using SwarmMakie, CairoMakiexs=rand(1:4,500)ys=randn(500)beeswarm(xs, ys; color= xs)

See the docs for more!
About
Beeswarm plots for Makie.jl!
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published