How do i make ticks invisible
Afficher commentaires plus anciens
I've made a figure with plot(x,y);
Now I'd like only the ticks attached to the ticks on the y-axis to be invisible but not the numbers. Does anyone have such ideas please!!
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 7 Sep 2014
set(gca,'YTickLabel',[])
2 commentaires
Mahesh
le 7 Sep 2014
Image Analyst
le 8 Sep 2014
Why? What good are numbers without the tick mark? It's less precise.
Catégories
En savoir plus sur Grid Lines, Tick Values, and Labels dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!