How to remove small indicator lines in the x and y-axis of a plot?
8 次查看(过去 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!