How to increase the thickness of the Ticks of the axes

33 visualizaciones (últimos 30 días)
Chris Martin
Chris Martin el 22 de Dic. de 2014
Comentada: dpb el 22 de Dic. de 2014
How to increase the thickness of the Ticks of the axes
  1 comentario
dpb
dpb el 22 de Dic. de 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.

Iniciar sesión para comentar.

Respuestas (1)

Stalin Samuel
Stalin Samuel el 22 de Dic. de 2014
set(gca,'LineWidth',2,'TickLength',[0.025 0.025]);
  1 comentario
dpb
dpb el 22 de Dic. de 2014
Does this actually change the tick mark width in a later release than R2012b (it doesn't here with that rev...)

Iniciar sesión para comentar.

Categorías

Más información sobre Grid Lines, Tick Values, and Labels en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by