Axis: no labels but grid on

11 visualizaciones (últimos 30 días)
Maria
Maria el 8 de Oct. de 2020
Comentada: Ruger28 el 8 de Oct. de 2020
Hi,
I have a simple 3D plot, see figure. I would like to remove the labels on the axis, but I would also like to keep the grid and the little ticks on the axis. But, I don't want the "numbers". If I do this
set(gca,'xtick',[],'ytick',[],'ztick',[]);
I loose the grid. Does anyone know how to do it?

Respuesta aceptada

Ruger28
Ruger28 el 8 de Oct. de 2020
Editada: Ruger28 el 8 de Oct. de 2020
set(gca,'XTickLabel','','YTickLabel','','ZTickLabel','');
  2 comentarios
Maria
Maria el 8 de Oct. de 2020
oh, that was easy! Thanks :)
Ruger28
Ruger28 el 8 de Oct. de 2020
No problem! Brackets also work, just FYI
set(gca,'XTickLabel',[],'YTickLabel',[],'ZTickLabel',[]);

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by