# Available color scheme in colormap function

**URL:** https://discourse.julialang.org/t/available-color-scheme-in-colormap-function/118256
**Category:** New to Julia
**Tags:** colormaps
**Created:** [August 16, 2024, 7:31am UTC](https://discourse.julialang.org/t/available-color-scheme-in-colormap-function/118256 "2024-08-16T07:31:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pritamsinha](https://avatars.discourse-cdn.com/v4/letter/p/3ec8ea/32.png) [@pritamsinha](https://discourse.julialang.org/u/pritamsinha)
#### Post date: [August 16, 2024, 7:31am UTC](https://discourse.julialang.org/t/available-color-scheme-in-colormap-function/118256/1 "2024-08-16T07:31:04Z")

</div>

Hi! I am using the `colormap` function and I can only see `rdbu` in diverging colors and there are others like `blues`, `greens` etc in sequential. Is there any other colorscheme other than `rdbu`? If so, how to add that. A code snippet will be helpful.

Thanks

---

<div class="post-metadata">

### Author: ![rafael.guerra](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rafael.guerra/32/216610_2.png) [@rafael.guerra](https://discourse.julialang.org/u/rafael.guerra)
#### Post date: [August 16, 2024, 2:11pm UTC](https://discourse.julialang.org/t/available-color-scheme-in-colormap-function/118256/2 "2024-08-16T14:11:57Z")

</div>

See some diverging color schemes [here](https://juliagraphics.github.io/ColorSchemes.jl/stable/goodpractice/#Diverging), and [many more here](https://juliagraphics.github.io/ColorSchemes.jl/stable/catalogue/).
