Dear all, I was tring to plot Multiple Time Series using ts.plot. Then I want to give each time series a color. My code is like follows: color<-rainbow(ncol(ts)) ts.plot(ts,col=color) then I got colorful lines, but I dont know which line is corresponding to which color. How to settel this problem? and how to add also axes label? Regards, Yanju Zhang