Re: [R] Question regarding legend look

2010-12-01 Thread Filoche
Thank you sir for your answer. I'll take a look at the original legend function and modify it for my own purpose. With regards, Phil -- View this message in context: http://r.789695.n4.nabble.com/Question-regarding-legend-look-tp3067466p3067894.html Sent from the R help mailing list archive at

Re: [R] Question regarding legend look

2010-12-01 Thread Filoche
David Winsemius wrote: > > > ...BUT NOT SHOWN US CODE > OR SAMPLE DATA. > Hi and thank you for your help. For instance, here's my code: legend("topleft", inset = .05, title="Water masses", pch = c(22,25,21), lty = c(4,1,2), lwd = 1, c("North","Central","South"), horiz = F, pt.bg =c("gray

Re: [R] Question regarding legend look

2010-12-01 Thread Duncan Murdoch
On 01/12/2010 10:13 AM, Filoche wrote: Hi everyone. I have a quick question regarding the look of my legend in my plot. As you can see in the next figure, I have 3 series. http://r.789695.n4.nabble.com/file/n3067466/legend.png However, I find rather difficult to differentiate the series 1 and

Re: [R] Question regarding legend look

2010-12-01 Thread David Winsemius
On Dec 1, 2010, at 11:51 AM, David Winsemius wrote: On Dec 1, 2010, at 10:13 AM, Filoche wrote: Hi everyone. I have a quick question regarding the look of my legend in my plot. As you can see in the next figure, I have 3 series. http://r.789695.n4.nabble.com/file/n3067466/legend.png

Re: [R] Question regarding legend look

2010-12-01 Thread David Winsemius
On Dec 1, 2010, at 10:13 AM, Filoche wrote: Hi everyone. I have a quick question regarding the look of my legend in my plot. As you can see in the next figure, I have 3 series. http://r.789695.n4.nabble.com/file/n3067466/legend.png However, I find rather difficult to differentiate the s

[R] Question regarding legend look

2010-12-01 Thread Filoche
Hi everyone. I have a quick question regarding the look of my legend in my plot. As you can see in the next figure, I have 3 series. http://r.789695.n4.nabble.com/file/n3067466/legend.png However, I find rather difficult to differentiate the series 1 and 3 according to their line type (lty).