How do you remove tick marks (not labels) from a colorbar?
이전 댓글 표시
I have a figure plotted with imagesc and the associated colorbar. How do I remove the tick marks from the colorbar?
채택된 답변
추가 답변 (1개)
Jonas
2022년 9월 15일
try
c=colobar;
c.TickLength=0;
카테고리
도움말 센터 및 File Exchange에서 Color and Styling에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

