[R] size of graphics device

2003-11-19 Thread guerreau
Dear all, In many cases, I need a plotting region much bigger than the screen (e.g. for maps or for graphs with many labels). A. MS-Windows if I try windows(width=25, height=25, rescale=fixed) it seems to be OK (a screen with scrollbars, exactly what I need) but if I try then

Re: [R] size of graphics device

2003-11-19 Thread Duncan Temple Lang
FWIW, there is a way to have one or more scrolled graphics devices using the RGtk (www.omegahat.org/RGtk) and gtkDevice (from CRAN) packages. This currently works only on Unix/Linux. The following code creates a window with a graphics device inside a scrolled window inside a top-level Gtk

[R] size of graphics device

2003-07-10 Thread guerreau
Dear all, In many cases, I need a plotting region much bigger than the screen (e.g. for maps or for graphs with many labels). if I try windows(width=15, height=15, rescale=fixed) it seems to be OK (a screen with scrollbars, exactly what I need) but if I try then plot(faithful$eruptions,