Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Beeswarm plots for Makie.jl!

License

NotificationsYou must be signed in to change notification settings

MakieOrg/SwarmMakie.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Makie.jl logo

StableDevBuild Status

Beeswarm plots in Makie!

Quick start

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!


[8]ページ先頭

©2009-2025 Movatter.jp