> I'm trying to find a way to change the font size in a mosaic plot (the
> grid version, not the base graphics one).
>
> Here's an example to demonstrate:
> #Basic plot
> library(vcd)
> mosaic(HairEyeColor, shade = TRUE)
>
> #Bad first guess: this stops the default cell colouring, and doesn't
>
Richard,
> How do I change the size of the text on the legend scale?
This should work with `fontsize', but doesn't which is a bug (fixed in
the next release).
> Also, is there a way to change all the font sizes at once?
Not yet, but this is a good suggestion.
Thanks
David
_
I'm trying to find a way to change the font size in a mosaic plot (the
grid version, not the base graphics one).
Here's an example to demonstrate:
#Basic plot
library(vcd)
mosaic(HairEyeColor, shade = TRUE)
#Bad first guess: this stops the default cell colouring, and doesn't
change the font siz
3 matches
Mail list logo