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

12 ビュー (過去 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 Center および File Exchange2-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