Why are there no minor ticks for my "semilog" plots in MATLAB 6.5 (R13)?
Show older comments
Why are there no minor ticks for my "semilog" plots in MATLAB 6.5 (R13)?
I tried the following example in the documentation for the SEMILOGX and SEMILOGY functions:
x = 0:.1:10;
semilogy(x,10.^x)
However, there are no minor tick marks on the y-axis. I tried setting the "YMinorTick" property to "on", but this did not help.
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!