Skip to content

Commit

Permalink
Update ecosystem.md (#4460)
Browse files Browse the repository at this point in the history
* Update ecosystem.md

- Add URLs 
- Add swarms for Makie!

* Add example image from SwarmMakie.jl

* Add item in CHANGELOG

---------

Co-authored-by: Julius Krumbiegel <[email protected]>
  • Loading branch information
briochemc and jkrumbiegel authored Oct 15, 2024
1 parent 308c705 commit e284765
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
Binary file added docs/src/assets/beeswarm_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 13 additions & 5 deletions docs/src/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,42 @@

These packages and sites are maintained by third parties. If you install packages, keep an eye on version conflicts or downgrades as the Makie ecosystem is developing quickly so things break occasionally.

## AlgebraOfGraphics.jl
## [AlgebraOfGraphics.jl](https://github.com/MakieOrg/AlgebraOfGraphics.jl)

Grammar-of-graphics style plotting, inspired by ggplot2.

```@raw html
<img src="./assets/aog_example.png" style="max-height: 30vh;">
```

## Beautiful Makie
## [Beautiful Makie](https://beautiful.makie.org/dev/)

This third-party gallery contains many advanced examples.

```@raw html
<img src="./assets/beautifulmakie_example.png" style="max-height: 30vh;">
```

## GraphMakie.jl
## [GraphMakie.jl](https://github.com/MakieOrg/GraphMakie.jl)

Graphs with two- and three-dimensional layout algorithms.

```@raw html
<img src="./assets/graphmakie.png" style="max-height: 30vh;">
```

## GeoMakie.jl
## [GeoMakie.jl](https://github.com/MakieOrg/GeoMakie.jl)

Geographic plotting utilities including projections.

```@raw html
<img src="./assets/geomakie_example.png" style="max-height: 30vh;">
```
```

## [SwarmMakie.jl](https://github.com/MakieOrg/SwarmMakie.jl)

Beeswarm plots for Makie.jl!

```@raw html
<img src="./assets/beeswarm_example.png" style="max-height: 30vh;">
```

0 comments on commit e284765

Please sign in to comment.