Re: [R] Why does smoothScatter clip when xlim and ylim increased?

2010-02-07 Thread Jennifer Lyon
On Sat, Feb 6, 2010 at 6:15 AM, Duncan Murdoch wrote: > On 06/02/2010 7:51 AM, Jennifer Lyon wrote: >> Hi: >> >> Is there a way to get smoothScatter to not clip when I increase the xlim >> and >> ylim parameters? >> Consider the following example: >> >> set.seed(17) >> x1<-rnorm(100) >> x2<-rnorm(

Re: [R] Why does smoothScatter clip when xlim and ylim increased?

2010-02-06 Thread Duncan Murdoch
On 06/02/2010 7:51 AM, Jennifer Lyon wrote: > Hi: > > Is there a way to get smoothScatter to not clip when I increase the xlim and > ylim parameters? > Consider the following example: > > set.seed(17) > x1<-rnorm(100) > x2<-rnorm(100) > smoothScatter(x1,x2) > > #Now if I increase xlim and ylim n

[R] Why does smoothScatter clip when xlim and ylim increased?

2010-02-06 Thread Jennifer Lyon
Hi: Is there a way to get smoothScatter to not clip when I increase the xlim and ylim parameters? Consider the following example: set.seed(17) x1<-rnorm(100) x2<-rnorm(100) smoothScatter(x1,x2) #Now if I increase xlim and ylim notice that the plot seems to be clipped at the former xlim, and ylim