# Makie plot recipe collections?

**URL:** https://discourse.julialang.org/t/makie-plot-recipe-collections/86434
**Category:** Visualization
**Tags:** makie, recipe
**Created:** [August 27, 2022, 2:44pm UTC](https://discourse.julialang.org/t/makie-plot-recipe-collections/86434 "2022-08-27T14:44:13Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![fedario](https://avatars.discourse-cdn.com/v4/letter/f/f14d63/32.png) [@fedario](https://discourse.julialang.org/u/fedario)
#### Post date: [August 27, 2022, 2:44pm UTC](https://discourse.julialang.org/t/makie-plot-recipe-collections/86434/1 "2022-08-27T14:44:13Z")

</div>

Hi community!

I noticed that Makie.jl enables you to create custom recipes. Before I start creating something myself, I thought I’d ask: Are there repositories containing collections of recipes that extend Makie’s default plots?

---

<div class="post-metadata">

### Author: ![jules](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@jules](https://discourse.julialang.org/u/jules)
#### Post date: [August 27, 2022, 7:04pm UTC](https://discourse.julialang.org/t/makie-plot-recipe-collections/86434/2 "2022-08-27T19:04:09Z")

</div>

Just scattered across different repositories, there is no central recipe repo aside from Makie.jl.

Makie recipes currently only work on the plot object level and cannot modify Axis, Colorbar, etc. Therefore we don’t have so many recipes yet, which usually involve axis labels etc when you look for example at the Plots.jl ecosystem.

---

<div class="post-metadata">

### Author: ![juliohm](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/juliohm/32/215266_2.png) [@juliohm](https://discourse.julialang.org/u/juliohm)
#### Post date: [August 27, 2022, 7:27pm UTC](https://discourse.julialang.org/t/makie-plot-recipe-collections/86434/3 "2022-08-27T19:27:50Z")

</div>

> [@jules](#):
>
> Just scattered across different repositories, there is no central recipe repo aside from Makie.jl.

I would also mention that the MakieOrg GitHub organization is collecting various of these repositories:

> **[MakieOrg](https://github.com/MakieOrg)**
>
> Organization for the Makie plotting ecosystem. MakieOrg has 16 repositories available. Follow their code on GitHub.

I am maintaining recipes in Biplots.jl, MeshViz.jl, GeoStatsViz.jl myself.

> [@jules](#):
>
> Makie recipes currently only work on the plot object level and cannot modify Axis, Colorbar, etc.

This is my number one wish for Makie besides the compilation time issues. If package authors could write more powerful recipes modifying axis, colorbars, etc., they would become natural contributors to Makie itself. Everything would be written following the same code patterns, and everyone would talk the same language.

---

<div class="post-metadata">

### Author: ![jules](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@jules](https://discourse.julialang.org/u/jules)
#### Post date: [August 27, 2022, 8:27pm UTC](https://discourse.julialang.org/t/makie-plot-recipe-collections/86434/4 "2022-08-27T20:27:02Z")

</div>

Believe me, I want that very much as well. It’s just not trivial to design and we didn’t have enough time to tackle it, yet.
