Re: [R] 'Extracting' plot area

2008-05-21 Thread Duncan Murdoch
On 5/21/2008 9:02 AM, Tine wrote: Hi! Does anyone know hot to save (to png, pdf, ...) only plot area. That is without box around, titles, axis, ... I tried: par(mar=c(0,0,0,0)) and it works for internal viewer (linux and windows). But when I save the image in png it adds that annoying margin a

Re: [R] 'Extracting' plot area

2008-05-21 Thread Marc Schwartz
on 05/21/2008 08:02 AM Tine wrote: Hi! Does anyone know hot to save (to png, pdf, ...) only plot area. That is without box around, titles, axis, ... I tried: par(mar=c(0,0,0,0)) and it works for internal viewer (linux and windows). But when I save the image in png it adds that annoying margin

[R] 'Extracting' plot area

2008-05-21 Thread Tine
Hi! Does anyone know hot to save (to png, pdf, ...) only plot area. That is without box around, titles, axis, ... I tried: par(mar=c(0,0,0,0)) and it works for internal viewer (linux and windows). But when I save the image in png it adds that annoying margin around plot area. Any ideas? by,