How to remove small indicator lines in the x and y-axis of a plot?
조회 수: 10 (최근 30일)
이전 댓글 표시
Dear all,
Here is my plot:
As you can see in every label there is an annoying small line (which I highlighted them using light blue circles). I want to keep
box on
But remove them in top and right and bottom.
Thank you
댓글 수: 0
채택된 답변
Serhii Tetora
2020년 5월 4일
You can remove this small lines with axes property 'TickLength':
set(gca,'TickLength',[0 0])
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!