On Tue, 11 Mar 2008, [EMAIL PROTECTED] wrote: > Hi guys, > > I've got tthe following question: > > Why do my fonts look a bit grubby when I use the jpeg() function? I see > the pixels of the font. The quality is set to 100%. > If this is normal with jpeg(), which function would you propose me to > use instead?
png(), as the help page suggested. The 'P' in JPEG stands for 'Photographic', and the format is not intended for text and line diagrams. > > Kind regards, > Thomas > ________________________________ > I'm using R 2.6.2 on Windows XP, SP2 > > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@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. > -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ R-help@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.