There is nothing wrong. The upper plot begins at 1E-3 r/s, and the lower plot begins at 1E-2 r/s.
If you want them all to look the same, you can specify the frequency vector as for example:
w = logspace(-2, 3);
They should then all have the same frequency axis.