My understanding to this question is that you want to have separate figures for each signal, and they are shown within the same time frame.
You can set a limit to the x axis for every figures.
For example, after your plot function, do the following code to set limit on x axis from 0 to 10.
xlim([0 10])