% 1; % Large scale range figure (11) semilogy (logspace (-50, 1, 100)) fix_axes_ticks ('xxyy'); % small scale range figure (12) semilogy (logspace (3, 4.7, 100)) fix_axes_ticks ('xxyy'); % tiny scaling range, typically happens when zoom in. figure (13) semilogy (linspace (1, 1.01, 100)) % zoom in fix_axes_ticks ('xxyy');