Re: [R] smooth scrolling with windows() function

2007-09-13 Thread Greg Snow
e- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Samuel Kemp > Sent: Thursday, September 13, 2007 4:53 AM > To: r-help@r-project.org > Subject: [R] smooth scrolling with windows() function > > Hi, > > I have a large plot that I would like to display in

[R] smooth scrolling with windows() function

2007-09-13 Thread Samuel Kemp
Hi, I have a large plot that I would like to display in a graphics device with scroll bars. I therefore decided to use the windows function like so... mag<- length(tick) windows(height=mag/8, width=10, rescale="fixed") However, when I use the scroll bars the device (i guess) is re-drawing the pl