# Makie Ticks - hide tick but keep label

**URL:** https://discourse.julialang.org/t/makie-ticks-hide-tick-but-keep-label/66875
**Category:** Visualization
**Tags:** makie
**Created:** [August 23, 2021, 9:18pm UTC](https://discourse.julialang.org/t/makie-ticks-hide-tick-but-keep-label/66875 "2021-08-23T21:18:59Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Jdbeck66](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jdbeck66/32/19399_2.png) [@Jdbeck66](https://discourse.julialang.org/u/Jdbeck66)
#### Post date: [August 23, 2021, 9:18pm UTC](https://discourse.julialang.org/t/makie-ticks-hide-tick-but-keep-label/66875/1 "2021-08-23T21:18:59Z")

</div>

Is there anyway to hide the small tick mark but keep the tick label - I’m having a terrible time navigating the current documentation. Love Makie so far - just can’t find things in the documentation.

I have this:

 ![Screen Shot 2021-08-23 at 3.07.24 PM](https://global.discourse-cdn.com/julialang/original/3X/f/3/f3e14b38fafdcafbffa065040241bf4b3407e376.png)

And I want to get rid of the little tick marks next to the heat map segments and retain just the label. Is that possible?

JB

---

<div class="post-metadata">

### Author: ![JCQ](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jcq/32/32032_2.png) [@JCQ](https://discourse.julialang.org/u/JCQ)
#### Post date: [August 23, 2021, 10:44pm UTC](https://discourse.julialang.org/t/makie-ticks-hide-tick-but-keep-label/66875/2 "2021-08-23T22:44:46Z")

</div>

I guess you could `ticksize=0`?!  
Just an idea, didn’t try.

---

<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 24, 2021, 5:23am UTC](https://discourse.julialang.org/t/makie-ticks-hide-tick-but-keep-label/66875/3 "2021-08-24T05:23:36Z")

</div>

It’s `yticksvisible`, it should be in the list of Attributes when doing `?Axis`. Although I agree that a huge list like that is not easy to visually parse.

---

<div class="post-metadata">

### Author: ![Jdbeck66](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/jdbeck66/32/19399_2.png) [@Jdbeck66](https://discourse.julialang.org/u/Jdbeck66)
#### Post date: [August 24, 2021, 1:59pm UTC](https://discourse.julialang.org/t/makie-ticks-hide-tick-but-keep-label/66875/4 "2021-08-24T13:59:06Z")

</div>

Thank you Jules. I was just sifting through the online documentation. I think that might be a work in progress. Thanks for the REPL search term. Is there any place that all these are listed online or in Markie’s help? That would help me a ton.
