How do you remove tick marks (not labels) from a colorbar?
Mostra commenti meno recenti
I have a figure plotted with imagesc and the associated colorbar. How do I remove the tick marks from the colorbar?
Risposta accettata
Più risposte (1)
Jonas
il 15 Set 2022
try
c=colobar;
c.TickLength=0;
Categorie
Scopri di più su White in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

