[R] Point size problem

2008-06-26 Thread Marcin Kozak
Hi all, I have a simple question and couldn't find any post on this. When plotting simple scatterplots (other plots as well), e.g., x<-rnorm(30, 10, 1) y<-rnorm(30, 10, 1) plot(x, y, pch = 15, cex = 1), the points, even those close to each other, may have visibly different sizes. Do you know wha

Re: [R] Point size problem

2008-06-26 Thread Prof Brian Ripley
On Thu, 26 Jun 2008, Marcin Kozak wrote: Hi all, I have a simple question and couldn't find any post on this. When plotting simple scatterplots (other plots as well), e.g., x<-rnorm(30, 10, 1) y<-rnorm(30, 10, 1) plot(x, y, pch = 15, cex = 1), the points, even those close to each other, may h

Re: [R] Point size problem

2008-06-26 Thread Marcin Kozak
Sorry. I'm using Windows XP and R 2.7.0, and the same problem occurred for various graphics devices (windows, pdf, jpeg). Marcin On Thu, Jun 26, 2008 at 11:54 AM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > On Thu, 26 Jun 2008, Marcin Kozak wrote: > >> Hi all, >> >> I have a simple question an

Re: [R] Point size problem

2008-06-26 Thread Prof Brian Ripley
On Thu, 26 Jun 2008, Marcin Kozak wrote: Sorry. I'm using Windows XP and R 2.7.0, and the same problem occurred for various graphics devices (windows, pdf, jpeg). I don't see it for pdf -- that's probably a viewer artefact and you need to look at higher resolution. For windows() and jpeg()