Re: [R] Bad EMF export

2007-10-16 Thread Poirier Clement
Quoting Prof Brian Ripley <[EMAIL PROTECTED]>: > I think you mean savePlot: I have never heard of saveCopy. yes sorry for the mistake it is savePlot function() > We have seen this before, and the problem was the EMF viewer, not the > EMF file. So how is this being viewed? Ok ! I modify the emf

Re: [R] Bad EMF export

2007-10-15 Thread Prof Brian Ripley
I think you mean savePlot: I have never heard of saveCopy. We have seen this before, and the problem was the EMF viewer, not the EMF file. So how is this being viewed? And as ever > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, s

Re: [R] Bad EMF export

2007-10-15 Thread Marc Schwartz
On Mon, 2007-10-15 at 18:21 +0200, Poirier Clement wrote: > > How are you doing this? Via code? > > I just type saveCopy(file, type="emf", etc) after the barplot() > function ; but using windows commands (file, save as) do the same. > > > If so, more than likely you forgot to add: > > > >

Re: [R] Bad EMF export

2007-10-15 Thread Poirier Clement
> How are you doing this? Via code? I just type saveCopy(file, type="emf", etc) after the barplot() function ; but using windows commands (file, save as) do the same. > If so, more than likely you forgot to add: > > dev.off() > > after the code that generates the plot. If you don't close

Re: [R] Bad EMF export

2007-10-15 Thread Marc Schwartz
On Mon, 2007-10-15 at 17:36 +0200, Poirier Clement wrote: > Hello dear useRs, > > I'm trying to export a barplot into an emf file. My problem is that > the plot is properly printed into the file, except the bars that do > not appear :( > I've experienced some problems also with simple points p

Re: [R] Bad EMF export

2007-10-15 Thread Peter Dalgaard
Poirier Clement wrote: > Hello dear useRs, > > I'm trying to export a barplot into an emf file. My problem is that > the plot is properly printed into the file, except the bars that do > not appear :( > I've experienced some problems also with simple points plots, in which > points did not ap

[R] Bad EMF export

2007-10-15 Thread Poirier Clement
Hello dear useRs, I'm trying to export a barplot into an emf file. My problem is that the plot is properly printed into the file, except the bars that do not appear :( I've experienced some problems also with simple points plots, in which points did not appear (same problem). Can you help m