Re: [R] Plot's aspect ratio and pty

2010-12-13 Thread Prof Brian Ripley
On Mon, 13 Dec 2010, Uwe Ligges wrote: It does for me under R-2.12.0 32-bit on Windows with the windows() device, so: Which version of R, which OS, which device do you use? Since (s)he used windows() we know the OS. But I think one possible explanation is on the help page, arguments 'xpinc

Re: [R] Plot's aspect ratio and pty

2010-12-13 Thread Uwe Ligges
On 13.12.2010 11:29, Marcin Kozak wrote: R-11.1 This one does not exist. Please try R-2.12.0 (but it also worked with R-2.11.1 if you meant that). My guess is that you are confusing plotting region with device region. In order to get a squared device region, you have to ask the device func

Re: [R] Plot's aspect ratio and pty

2010-12-13 Thread Marcin Kozak
R-11.1 on both 32-bit and 64-bit on Windows with the windows() device. Best Marcin 2010/12/13 Uwe Ligges : > It does for me under R-2.12.0 32-bit on Windows with the windows() device, > so: > > Which version of R, which OS, which device do you use? > > Uwe Ligges > > > > > On 13.12.2010 07:30,

Re: [R] Plot's aspect ratio and pty

2010-12-13 Thread Uwe Ligges
It does for me under R-2.12.0 32-bit on Windows with the windows() device, so: Which version of R, which OS, which device do you use? Uwe Ligges On 13.12.2010 07:30, Marcin Kozak wrote: Dear All, I've been playing with pty, and it seems it does not produce square plots as it is expected t

[R] Plot's aspect ratio and pty

2010-12-12 Thread Marcin Kozak
Dear All, I've been playing with pty, and it seems it does not produce square plots as it is expected to (or at least as I expect it to). Consider this simple example: par(pty="s"); plot(1:10, 1:10) This should produce a square plot, right? Well, if you have a look at the graph, it is not square