[R] pdf device --- axes labels text disappeared?

2004-10-15 Thread ivo_welch-rstat8783
Dear R Wizards: Running R 1.9.1. on amd64. Promise- c(0,20,40); Expect- c(0, 20, 0.2*20+.8*40 ); # this omits printing numbers on the axes labels. pdf(file = bug.pdf ); plot(Promise, Expect, type=b, ylim=c(0,60)); dev.off(); # this works postscript(file = bug.eps ); plot(Promise, Expect, type=b,

RE: [R] pdf device --- axes labels text disappeared?

2004-10-15 Thread Pfaff, Bernhard
Dear R Wizards: Running R 1.9.1. on amd64. Promise- c(0,20,40); Expect- c(0, 20, 0.2*20+.8*40 ); # this omits printing numbers on the axes labels. pdf(file = bug.pdf ); plot(Promise, Expect, type=b, ylim=c(0,60)); dev.off(); # this works postscript(file = bug.eps ); plot(Promise,

Re: [R] pdf device --- axes labels text disappeared?

2004-10-15 Thread Marc Schwartz
On Fri, 2004-10-15 at 09:13, [EMAIL PROTECTED] wrote: Dear R Wizards: Running R 1.9.1. on amd64. Promise- c(0,20,40); Expect- c(0, 20, 0.2*20+.8*40 ); # this omits printing numbers on the axes labels. pdf(file = bug.pdf ); plot(Promise, Expect, type=b, ylim=c(0,60)); dev.off(); #

Re: [R] pdf device --- axes labels text disappeared?

2004-10-15 Thread Prof Brian Ripley
No problems under R 2.0.0 or 1.9.1 on that platform. Are you *sure* this is a bug in the PDF and not in your pdf reader? Please read the PDF source file to find out. Mine has lines like /F2 1 Tf 12.00 0.00 -0.00 12.00 68.40 47.52 Tm (0) Tj /F2 1 Tf 12.00 0.00 -0.00 12.00 144.39 47.52 Tm (10) Tj

Re: [R] pdf device --- axes labels text disappeared?

2004-10-15 Thread Christopher Swingley
/iaw, * [EMAIL PROTECTED] [2004-Oct-15 06:13 AKDT]: Dear R Wizards: Running R 1.9.1. on amd64. Promise- c(0,20,40); Expect- c(0, 20, 0.2*20+.8*40 ); # this omits printing numbers on the axes labels. pdf(file = bug.pdf ); plot(Promise, Expect, type=b, ylim=c(0,60)); dev.off(); Version

Re: [R] pdf device --- axes labels text disappeared?

2004-10-15 Thread ivo_welch-rstat8783
Hi: Thank you everyone. You were all correct. This turns out to be a viewer bug---and even more likely a viewer installation bug, not an xpdf bug, much less an R bug. Apologies for having wasted everyone's time. Regards, /ivo --- ivo welch __