How to set the length of minortick? The minortick seems to change with the length setting of the tick.
26 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
Dyuman Joshi
on 20 Feb 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 Comments
Dyuman Joshi
on 20 Feb 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.
More Answers (0)
See Also
Categories
Find more on Labels and Annotations 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!