Re: [R] plotmath "overstrikes" in output on a Linux system

2008-04-15 Thread Paul Johnson
On Tue, Apr 8, 2008 at 1:23 PM, Paul Johnson <[EMAIL PROTECTED]> wrote: > On Tue, Apr 8, 2008 at 4:29 AM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > > Looks likes the the laptop is using different fonts with incorrect font > > metrics. This could happen because it has a different screen reso

Re: [R] plotmath "overstrikes" in output on a Linux system

2008-04-08 Thread Paul Johnson
On Tue, Apr 8, 2008 at 4:29 AM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > Looks likes the the laptop is using different fonts with incorrect font > metrics. This could happen because it has a different screen resolution, or > one of the systems is set to use scalable fonts or it is giving met

Re: [R] plotmath "overstrikes" in output on a Linux system

2008-04-08 Thread Prof Brian Ripley
Looks likes the the laptop is using different fonts with incorrect font metrics. This could happen because it has a different screen resolution, or one of the systems is set to use scalable fonts or it is giving metrics for one fonts and using another or BTW, this is probably nothing to d

Re: [R] plotmath "overstrikes" in output on a Linux system

2008-04-08 Thread Peter Dalgaard
Paul Johnson wrote: > I've been testing plotmath. But I'm getting some funny output one one > computer. The problem is that characters are 'jumbled' and overstrike > when symbols are introduced. > > Sample code: > > mu <- 440.0 > sigma <- 12.5 > myx <- seq( mu - 4*sigma, mu+ 4*sigma, length.out=5

[R] plotmath "overstrikes" in output on a Linux system

2008-04-07 Thread Paul Johnson
I've been testing plotmath. But I'm getting some funny output one one computer. The problem is that characters are 'jumbled' and overstrike when symbols are introduced. Sample code: mu <- 440.0 sigma <- 12.5 myx <- seq( mu - 4*sigma, mu+ 4*sigma, length.out=500) myDensity <- dnorm(myx,mean=mu,s