How to increase the thickness of the Ticks of the axes

73 次查看(过去 30 天)
How to increase the thickness of the Ticks of the axes
  1 个评论
dpb
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
Stalin Samuel 2014-12-22
set(gca,'LineWidth',2,'TickLength',[0.025 0.025]);
  1 个评论
dpb
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 CenterFile Exchange 中查找有关 Labels and Annotations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by