How to remove XTick labels without removing XTicks?

2 visualizaciones (últimos 30 días)
Muhammad Ali Sher
Muhammad Ali Sher el 9 de Dic. de 2020
Respondida: Jan el 9 de Dic. de 2020
Hello,
i mean i want to remove the XTick labels (not hide them) with displaying XTicks. As i am plotting like shown in the figure attached, lot of my space is captured by the XTick Labels. i want a trick so that i can plot like in the second figure attached.
  1 comentario
Looky
Looky el 9 de Dic. de 2020
Editada: Looky el 9 de Dic. de 2020
Have you tried to just remove the labels? Something like this:
myaxis=gca;
myaxis.XTickLabel= { } ;

Iniciar sesión para comentar.

Respuestas (1)

Jan
Jan el 9 de Dic. de 2020

Categorías

Más información sobre Annotations en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by