How to remove small indicator lines in the x and y-axis of a plot?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Akzeptierte Antwort
Serhii Tetora
am 4 Mai 2020
You can remove this small lines with axes property 'TickLength':
set(gca,'TickLength',[0 0])
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!