On 13.01.08, [EMAIL PROTECTED] wrote: > David Hewitt wrote: > > > > I produce most of my statistical graphics in R and move them into LyX > > floats. I've been exporting them as JPGs from R. Is there a better format > > that plays well with LyX/LaTeX? Any suggestions are appreciated. > >
> eps is a vector format and should have better results. If you export|print with pdflatex, PDF is the best format for graphs and drawings, else EPS. SVG works fine as well if you define a SVG -> EPS (or SVG -> PDF) converter. (I have set up inkscape for this task.) JPG is intended for photografies (good compression rate) while bitmaps with a lot of sharp edges and "flat" colours (like line-drawings or icons) are better saved in PNG as JPEG's compression algorithm might give you artefacts. GM