How do i make ticks invisible
Show older comments
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!!
Accepted Answer
More Answers (1)
Image Analyst
on 7 Sep 2014
set(gca,'YTickLabel',[])
2 Comments
Mahesh
on 7 Sep 2014
Image Analyst
on 8 Sep 2014
Why? What good are numbers without the tick mark? It's less precise.
Categories
Find more on Grid Lines, Tick Values, and Labels in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!