How to increase the thickness of the Ticks of the axes
72 views (last 30 days)
Show older comments
How to increase the thickness of the Ticks of the axes
1 Comment
dpb
on 22 Dec 2014
Think only way (at least unless new property is added in last release) would be to draw them manually; there is no such property in classic handle graphics afaik.
Answers (1)
Stalin Samuel
on 22 Dec 2014
set(gca,'LineWidth',2,'TickLength',[0.025 0.025]);
1 Comment
dpb
on 22 Dec 2014
Does this actually change the tick mark width in a later release than R2012b (it doesn't here with that rev...)
See Also
Categories
Find more on Axis 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!