On 10/31/07, Folkes, Michael <[EMAIL PROTECTED]> wrote:
> Hi all,
> I've got R for windows 2.3.1
> I'm trying to modify my lattice histograms.
> The following does reset the y-label to blue, but I cannot turn off the label 
> (alpha=0), nor shift label position (I'm assuming that is what lineheight is 
> for).  Is 'lineheight' the equivalent of 'line' in mtext?
> Am I erring somehow?

AFAIK, lineheight only applies to multiline labels (it gets forwarded
to grid). It does have an effect for such labels.

The alpha thing is a bug, specifically, a bug in
lattice:::getLabelList, which forgets to look at alpha. For your use,
a temporary fix is to use col="transparent".

-Deepayan

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to