How do you remove tick marks (not labels) from a colorbar?
Show older comments
I have a figure plotted with imagesc and the associated colorbar. How do I remove the tick marks from the colorbar?
Accepted Answer
More Answers (1)
Jonas
on 15 Sep 2022
try
c=colobar;
c.TickLength=0;
Categories
Find more on Color and Styling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
