[R] xlab not displayed when 'expression' is used in R 1.1.0

Thomas Lumley thomas at biostat.washington.edu
Tue Jun 20 20:07:09 CEST 2000


On Tue, 20 Jun 2000, Ernesto Barrios wrote:

> Greetings everyone,
> 
> I'll appreciate any help to understand the problem I'm having with
> 'expression' when I use it to label the x-axis of a plot.
> 
> I get the same behaviour under Windows NT4 SP6, and Windows 2000.
> Trying
> 
>  plot(1:10,1:10,xlab=expression(X[i]),ylab=expression(Y[j]))
> 
> R 1.0.1 does what I'd expected it to do. However R 1.1.0 shows the
> y-label properly but the x-label is not displayed at all. While

Ok, I think I've found it. It looks like a cut-and-paste error in
do_title in plot.c

	-thomas

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list