Re: [R] adjusting textsize and spacing in mosaic (vcd package)

2008-09-29 Thread Richard . Cotton
> 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 >

[R] adjusting textsize and spacing in mosaic (vcd package)

2008-09-28 Thread David Meyer
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 _

[R] adjusting textsize and spacing in mosaic (vcd package)

2008-09-26 Thread Richard . Cotton
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