Re: [R] Zoomable graphs with multiple plots

2009-09-03 Thread Tim Shephard
On Thu, Sep 3, 2009 at 1:25 PM, Jim Porzak wrote: > Tim, > > I've had success (& user acceptance) simply plotting to a .pdf & > passing zoom functionality to Acrobat, or whatever. > > Worked especially well with large US map with a lot of fine print annotation. > > Of, course, will not replot axes

Re: [R] Zoomable graphs with multiple plots

2009-09-03 Thread Felix Andrews
There is also playwith, if you're willing to go down the GTK+ route... 2009/9/3 Tim Shephard : > Hi folks, > > I was wondering if anyone could confirm/deny whether there exists any > kind of package to facilitate zoomable graphs with multiple plots (eg, >  plot(..) and then points(..)).    I've t

Re: [R] Zoomable graphs with multiple plots

2009-09-03 Thread Jim Porzak
r > Intermountain Healthcare > greg.s...@imail.org > 801.408.8111 > > >> -Original Message- >> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- >> project.org] On Behalf Of Tim Shephard >> Sent: Thursday, September 03, 2009 12:38 AM >> To:

Re: [R] Zoomable graphs with multiple plots

2009-09-03 Thread Greg Snow
Behalf Of Tim Shephard > Sent: Thursday, September 03, 2009 12:38 AM > To: r-help@r-project.org > Subject: [R] Zoomable graphs with multiple plots > > Hi folks, > > I was wondering if anyone could confirm/deny whether there exists any > kind of package to facilitate zoomab

Re: [R] Zoomable graphs with multiple plots

2009-09-03 Thread Tim Shephard
This is what I've done. Just capture two identifies and then replot. If the identifies are right left, I zoom out. Works quite well. Still, can't wait for iplot xtreme. Cheers, Tim. On Thu, Sep 3, 2009 at 5:03 AM, Jim Lemon wrote: > Tim Shephard wrote: >> >> Hi folks, >> >> I was wondering

Re: [R] Zoomable graphs with multiple plots

2009-09-03 Thread Jim Lemon
Tim Shephard wrote: Hi folks, I was wondering if anyone could confirm/deny whether there exists any kind of package to facilitate zoomable graphs with multiple plots (eg, plot(..) and then points(..)).I've tried zoom from IDPmisc, and iplot from the iplot and iplot extreme packages, but as

[R] Zoomable graphs with multiple plots

2009-09-02 Thread Tim Shephard
Hi folks, I was wondering if anyone could confirm/deny whether there exists any kind of package to facilitate zoomable graphs with multiple plots (eg, plot(..) and then points(..)).I've tried zoom from IDPmisc, and iplot from the iplot and iplot extreme packages, but as far I can tell, neithe