Borrar filtros
Borrar filtros

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

15 visualizaciones (últimos 30 días)
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

Respuesta aceptada

Serhii Tetora
Serhii Tetora el 4 de Mayo de 2020
You can remove this small lines with axes property 'TickLength':
set(gca,'TickLength',[0 0])

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by