# Adjusting the height of Colorbar in Makie.jl

**URL:** https://discourse.julialang.org/t/adjusting-the-height-of-colorbar-in-makie-jl/72206
**Category:** Visualization
**Tags:** makie
**Created:** [November 28, 2021, 5:59pm UTC](https://discourse.julialang.org/t/adjusting-the-height-of-colorbar-in-makie-jl/72206 "2021-11-28T17:59:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mmkim1210](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mmkim1210/32/29084_2.png) [@mmkim1210](https://discourse.julialang.org/u/mmkim1210)
#### Post date: [November 28, 2021, 5:59pm UTC](https://discourse.julialang.org/t/adjusting-the-height-of-colorbar-in-makie-jl/72206/1 "2021-11-28T17:59:17Z")

</div>

Would it be possible to customize the height of colorbar in Makie? I have noticed that width can be adjusted, but how about height?

Thank you.

---

<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: [November 28, 2021, 6:16pm UTC](https://discourse.julialang.org/t/adjusting-the-height-of-colorbar-in-makie-jl/72206/2 "2021-11-28T18:16:24Z")

</div>

Yeah just `cb.height = 100` for example or `Relative(0.5)` for half height of whatever space there is
