[R] pdf device --- axes labels text disappeared?
Christopher Swingley
cswingle at iarc.uaf.edu
Fri Oct 15 17:18:39 CEST 2004
/iaw,
* <ivo_welch-rstat8783 at mailblocks.com> [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: cswingle at iarc.uaf.edu (work)
Intl. Arctic Research Center cswingle at gmail.com (personal)
University of Alaska Fairbanks www.frontier.iarc.uaf.edu/~cswingle/
More information about the R-help
mailing list