Skip to content

Commit

Permalink
asinghvi17 -> MakieOrg (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored May 11, 2024
1 parent 99fe614 commit 0aaf4ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SwarmMakie

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://asinghvi17.github.io/SwarmMakie.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://asinghvi17.github.io/SwarmMakie.jl/dev/)
[![Build Status](https://github.com/asinghvi17/SwarmMakie.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/asinghvi17/SwarmMakie.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MakieOrg.github.io/SwarmMakie.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MakieOrg.github.io/SwarmMakie.jl/dev/)
[![Build Status](https://github.com/MakieOrg/SwarmMakie.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/MakieOrg/SwarmMakie.jl/actions/workflows/CI.yml?query=branch%3Amain)

Beeswarm plots in Makie!

Expand All @@ -17,14 +17,14 @@ using SwarmMakie, CairoMakie
ys = rand(150)
beeswarm(ones(length(ys)), ys)
```
<img src="https://github.com/asinghvi17/SwarmMakie.jl/assets/32143268/5b422b52-0017-4bd2-8c61-22ad195266b1" width=600/>
<img src="https://github.com/MakieOrg/SwarmMakie.jl/assets/32143268/5b422b52-0017-4bd2-8c61-22ad195266b1" width=600/>

```julia
using SwarmMakie, CairoMakie
xs = rand(1:4, 500)
ys = randn(500)
beeswarm(xs, ys; color = xs)
```
<img src="https://github.com/asinghvi17/SwarmMakie.jl/assets/32143268/861f36f9-d431-41a3-8823-6d96edac0017" width=600/>
<img src="https://github.com/MakieOrg/SwarmMakie.jl/assets/32143268/861f36f9-d431-41a3-8823-6d96edac0017" width=600/>

See the docs for more!
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ makedocs(;
authors="Anshul Singhvi <[email protected]>, Jacob Zelko <[email protected]>, Michael Krabbe Borregaard <[email protected]>, and contributors",
sitename="SwarmMakie.jl",
format=DocumenterVitepress.MarkdownVitepress(;
repo = "https://github.com/asinghvi17/SwarmMakie.jl",
repo = "https://github.com/MakieOrg/SwarmMakie.jl",
devurl = "dev",
devbranch = "main",
),
Expand All @@ -92,7 +92,7 @@ makedocs(;
)

deploydocs(;
repo="github.com/asinghvi17/SwarmMakie.jl",
repo="github.com/MakieOrg/SwarmMakie.jl",
devbranch="main",
push_preview = true,
)
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hero:
link: /introduction
- theme: alt
text: View on Github
link: https://github.com/asinghvi17/SwarmMakie.jl
link: https://github.com/MakieOrg/SwarmMakie.jl
- theme: alt
text: API Reference
link: /api
Expand Down Expand Up @@ -56,7 +56,7 @@ ys = rand(150)
beeswarm(ones(length(ys)), ys)
```
<img src="https://github.com/asinghvi17/SwarmMakie.jl/assets/32143268/5b422b52-0017-4bd2-8c61-22ad195266b1" width=600 alt="Single, simple beeswarm"/>
<img src="https://github.com/MakieOrg/SwarmMakie.jl/assets/32143268/5b422b52-0017-4bd2-8c61-22ad195266b1" width=600 alt="Single, simple beeswarm"/>
```julia
using SwarmMakie, CairoMakie
Expand All @@ -65,7 +65,7 @@ ys = randn(500)
beeswarm(xs, ys; color = xs)
```
<img src="https://github.com/asinghvi17/SwarmMakie.jl/assets/32143268/861f36f9-d431-41a3-8823-6d96edac0017" width=600 alt="Beeswarm with multiple categories"/>
<img src="https://github.com/MakieOrg/SwarmMakie.jl/assets/32143268/861f36f9-d431-41a3-8823-6d96edac0017" width=600 alt="Beeswarm with multiple categories"/>
</div>
Expand Down

0 comments on commit 0aaf4ef

Please sign in to comment.