On 7/28/06, Ben Bolker <bolker at ufl.edu> wrote: > Sundar Dorai-Raj <sundar.dorai-raj <at> pdf.com> writes: > > > > > Try: > > > > plot(x, y, asp = 1) > > > > --sundar > > > > > > or eqscplot from the MASS package. or library(lattice) xyplot(y ~ x, aspect = "iso") -Deepayan