Re: [R] shading line plot

2012-08-07 Thread David Winsemius
On Aug 6, 2012, at 10:46 PM, Akhil dua wrote: Hi everyone, I have a time series data set and I want to fill my line plot of this time series with different colors e.g I want to fill portion related to 1995-1996 with blue , portion related to 1996-1997 with orange and then portion relate

Re: [R] shading line plot

2012-08-07 Thread Jeff Newmiller
First, you need to follow the posting guide ... compose a self-contained example R code including sample data that is at least representative of your actual data. This will eliminate many possible misunderstandings and most likely will lead to a more rapid response to your query. ---