/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 1.9.1 (2004-06-21), AMD64, Debian amd64 unstable port. The plot I produced using these commands had all the numbers and lables. I used 'xpdf' version 3.00 to display the plot. Maybe it's your PDF viewer, rather than R? Chris -- Christopher S. Swingley email: [EMAIL PROTECTED] (work) Intl. Arctic Research Center [EMAIL PROTECTED] (personal) University of Alaska Fairbanks www.frontier.iarc.uaf.edu/~cswingle/ ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
