Fredrik Karlsson
2009-Jun-17 09:26 UTC
[R] Urgent - odfWeave produces graphs /images with Read-Error
Dear list, I have been working on a report with around 60 images in it, and everything has been fine, until now. I find that the image output that is produced by odfWeave produces images that are NOT readable by OpenOffice or NeoOffice. I get empty boxes with Read-Error written in them. While generating the file using odfWeave, I can see them being generated on the screen, and they all seem fine. Have anybody seen this before? Is there a way around it? /Fredrik -- "Life is like a trumpet - if you don't put anything into it, you don't get anything out of it."
Ronggui Huang
2009-Jun-17 09:41 UTC
[R] Urgent - odfWeave produces graphs /images with Read-Error
If you use lattice to produce the figures, you need to wrap them in print, say, <<>>print(xyplot(y~x,data=dat)) @ Ronggui 2009/6/17 Fredrik Karlsson <dargosch at gmail.com>:> Dear list, > > I have been working on a report with around 60 images in it, and > everything has been fine, until now. I find that the image output that > is produced by odfWeave produces images that are NOT readable by > OpenOffice or NeoOffice. I get empty boxes with Read-Error written in > them. While generating the file using odfWeave, I can see them being > generated on the screen, and they all seem fine. > > Have anybody seen this before? Is there a way around it? > > /Fredrik > > -- > "Life is like a trumpet - if you don't put anything into it, you don't > get anything out of it." > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- HUANG Ronggui, Wincent PhD Candidate Dept of Public and Social Administration City University of Hong Kong Home page: http://asrr.r-forge.r-project.org/rghuang.html
Fredrik Karlsson
2009-Jun-17 10:11 UTC
[R] Fwd: Urgent - odfWeave produces graphs /images with Read-Error
---------- Forwarded message ---------- From: Fredrik Karlsson <dargosch at gmail.com> Date: Wed, Jun 17, 2009 at 11:10 AM Subject: Re: [R] Urgent - odfWeave produces graphs /images with Read-Error To: Ronggui Huang <ronggui.huang at gmail.com> Hi Ronggui, Thank you for this! In some of the graphs, the code that was copy-and-pasted did indeed not include the print command. Thank you for pointing this out! /Fredrik On Wed, Jun 17, 2009 at 10:41 AM, Ronggui Huang <ronggui.huang at gmail.com> wrote:> > If you use lattice to produce the figures, you need to wrap them in print, say, > <<>>> print(xyplot(y~x,data=dat)) > @ > > Ronggui > > 2009/6/17 Fredrik Karlsson <dargosch at gmail.com>: > > Dear list, > > > > I have been working on a report with around 60 images in it, and > > everything has been fine, until now. I find that the image output that > > is produced by odfWeave produces images that are NOT readable by > > OpenOffice or NeoOffice. I get empty boxes with Read-Error written in > > them. While generating the file using odfWeave, I can see them being > > generated on the screen, and they all seem fine. > > > > Have anybody seen this before? Is there a way around it? > > > > /Fredrik > > > > -- > > "Life is like a trumpet - if you don't put anything into it, you don't > > get anything out of it." > > > > ______________________________________________ > > R-help at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > > and provide commented, minimal, self-contained, reproducible code. > > > > > > -- > HUANG Ronggui, Wincent > PhD Candidate > Dept of Public and Social Administration > City University of Hong Kong > Home page: http://asrr.r-forge.r-project.org/rghuang.html-- "Life is like a trumpet - if you don't put anything into it, you don't get anything out of it." -- "Life is like a trumpet - if you don't put anything into it, you don't get anything out of it."