[R-SIG-Mac] Multiple quartz windows
Simon Urbanek
simon.urbanek at r-project.org
Sun Jul 6 16:34:43 CEST 2008
David,
On Jul 5, 2008, at 10:49 AM, David Afshartous wrote:
> How does one change the relevant settings such that a new plot
> doesn't overwrite the current plot in the quartz window?
>
As Philippe said opening a new window with dev.new() [or quartz()]
will do the trick. Just for completeness you can use Back
(<Cmd><Left>) and Forward (<Cmd><Right>) in the Quartz window to
switch between the last couple of plots in the same window.
Cheers,
Simon
> Cheers,
> David
>
>
> E.g.,
>
> xyplot(rnorm(10, 0) ~ rnorm (10, 1))
> xyplot(rnorm(10, 3) ~ rnorm(10,3))
>
>
>> sessionInfo()
> R version 2.7.1 (2008-06-23)
> i386-apple-darwin8.10.1
>
> locale:
> en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8
>
> attached base packages:
> [1] grid stats graphics grDevices utils datasets
> methods
> base
>
> other attached packages:
> [1] playwith_0.8-56 lattice_0.17-8
>
> loaded via a namespace (and not attached):
> [1] RGtk2_2.12.5-3 cairoDevice_2.8 gWidgets_0.0-28
> gWidgetsRGtk2_0.0-35
> [5] gridBase_0.4-3 nlme_3.1-89 tools_2.7.1
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>
>
More information about the R-SIG-Mac
mailing list