How to increase the thickness of the Ticks of the axes
72 次查看(过去 30 天)
显示 更早的评论
How to increase the thickness of the Ticks of the axes
1 个评论
dpb
2014-12-22
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.
回答(1 个)
Stalin Samuel
2014-12-22
set(gca,'LineWidth',2,'TickLength',[0.025 0.025]);
1 个评论
dpb
2014-12-22
Does this actually change the tick mark width in a later release than R2012b (it doesn't here with that rev...)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Axis Labels 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!