Re: [R] Bad EMF export

2007-10-16 Thread Poirier Clement
gt;> and provide commented, minimal, self-contained, reproducible code. > > applies. > > > On Mon, 15 Oct 2007, Poirier Clement wrote: > >>> How are you doing this? Via code? >> >> I just type saveCopy(file, type="emf", etc) after the barpl

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

[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