Re: [R] Jpeg and pixel

2008-03-11 Thread Prof Brian Ripley
2008 12:24 An: Prof Brian Ripley; Schwander, Thomas, KS.R Cc: r-help@r-project.org Betreff: Re: [R] Jpeg and pixel Prof Brian Ripley wrote: How would I know? If you doubt this, try it with a standard font and compare. Note what I said about artefacts: something other than R is involved when

Re: [R] Jpeg and pixel

2008-03-11 Thread thomas.schwander
I'll try it. thx -Ursprüngliche Nachricht- Von: Alberto Monteiro [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 11. März 2008 12:24 An: Prof Brian Ripley; Schwander, Thomas, KS.R Cc: r-help@r-project.org Betreff: Re: [R] Jpeg and pixel Prof Brian Ripley wrote: > > How w

Re: [R] Jpeg and pixel

2008-03-11 Thread Alberto Monteiro
Prof Brian Ripley wrote: > > How would I know? If you doubt this, try it with a standard font > and compare. > > Note what I said about artefacts: something other than R is involved > when you print. This is the sort of thing which happens if bitmap > images are not printed at their native

Re: [R] Jpeg and pixel

2008-03-11 Thread Prof Brian Ripley
An: Schwander, Thomas, KS.R Cc: r-help@r-project.org Betreff: Re: AW: [R] Jpeg and pixel On Tue, 11 Mar 2008, [EMAIL PROTECTED] wrote: 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? These _are_ bitmap

Re: [R] Jpeg and pixel

2008-03-11 Thread thomas.schwander
, KS.R Cc: r-help@r-project.org Betreff: Re: AW: [R] Jpeg and pixel On Tue, 11 Mar 2008, [EMAIL PROTECTED] wrote: > 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? These _are_ bitmap formats: o

Re: [R] Jpeg and pixel

2008-03-11 Thread Prof Brian Ripley
text(par("usr")[2] + 3.95, ... ,family="Frutiger") Regards, Thomas -Ursprüngliche Nachricht- Von: Prof Brian Ripley [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 11. März 2008 09:28 An: Schwander, Thomas, KS.R Cc: r-help@r-project.org Betreff: Re: [R] Jpeg and pixel On T

Re: [R] Jpeg and pixel

2008-03-11 Thread thomas.schwander
eate 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:[EMAIL PROTECTED] Gesendet: Dienstag, 11. März 2008 09:28 An: Schwander, Thomas, KS.R Cc: r-

Re: [R] Jpeg and pixel

2008-03-11 Thread Prof Brian Ripley
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 >

[R] Jpeg and pixel

2008-03-11 Thread thomas.schwander
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? Kind regards, Thomas _