Skip to content
Prev 139169 / 398506 Next

Jpeg and pixel

Hi Brian,

Thank you for your fast answer. It looks a little bit better now. Nevertheless I see pixels. May it depend on the font used?
In the praeambel I use 
	windowsFonts(Frutiger = windowsFont("Frutiger 45 Light")) 
	par(family="Frutiger")

And later, to create a wide table on the right of the plot
	text(par("usr")[2] + 3.95, ... ,family="Frutiger") 

Regards,
Thomas

-----Urspr?ngliche Nachricht-----
Von: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] 
Gesendet: Dienstag, 11. M?rz 2008 09:28
An: Schwander, Thomas, KS.R
Cc: r-help at r-project.org
Betreff: Re: [R] Jpeg and pixel
On Tue, 11 Mar 2008, thomas.schwander at mvv.de wrote:

            
png(), as the help page suggested.  The 'P' in JPEG stands for 'Photographic', and the format is not intended for text and line diagrams.