How can I set the ylim in individual panels of a "multiple" plot.ts? The panels are all scaled to fully fit the series inside. But I need specific scales, and colors .... Here is an example: plot.ts(cbind(1:10,1:10/10),ylim=c(0,3)) # ylim has no effect Can someone more knowledgable please explain how to use the panel= option correctly, thanks! Cheers, m