MATLAB: Semilogy tick marker is missing

semilogyytick

Hi everyone,
Markers at Y lower limits are missing.
How can I fix that? Thanks!
Rui

Best Answer

Don't set the lower limit to 0.2 as it appears you have, leave it at 0.1
IOW, use
ylim([0.1 20])
instead of the
ylim([0.2 20])
you appear to have done based on the plot image