필터 지우기
필터 지우기

How to remove small indicator lines in the x and y-axis of a plot?

조회 수: 15 (최근 30일)
BN
BN 2020년 5월 4일
편집: BN 2020년 5월 4일
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

채택된 답변

Serhii Tetora
Serhii Tetora 2020년 5월 4일
You can remove this small lines with axes property 'TickLength':
set(gca,'TickLength',[0 0])

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by