How to set the length of minortick? The minortick seems to change with the length setting of the tick.
33 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kelin Chen
el 20 de Feb. de 2024
Comentada: Dyuman Joshi
el 20 de Feb. de 2024
Two values can be set for "ticklength" in the edit box. For example "0.05,0.1". The former indicates the length of the main tick, and what does the latter indicate? How to customize the length of minortick?
0 comentarios
Respuesta aceptada
Dyuman Joshi
el 20 de Feb. de 2024
"... what does the latter indicate?"
Tick mark length, specified as a two-element vector of the form [2Dlength 3Dlength]. The first element is the tick mark length in 2-D views and the second element is the tick mark length in 3-D views. Specify the values in units normalized relative to the longest of the visible x-axis, y-axis, or z-axis lines.
"How to customize the length of minortick?"
There is no direct control over tick-length of the minor ticks. Though, it is proportional to the length of the major tick.
2 comentarios
Dyuman Joshi
el 20 de Feb. de 2024
Yes, the ratio is fixed (seems to be 1:2), and can not be adjusted.
You could try using annotation or text or line to make minor ticks of custom length but that might not be satisfactory.
Más respuestas (0)
Ver también
Categorías
Más información sobre Labels and Annotations 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!