Skip to content

fontsize in mosaic plot lables

1 message · Alexander.Herr at csiro.au

#
Thanks Patric,

mosaic{vdc} takes gpar parameters. So cex.axis does not work for 

mosaic(Titanic, pop=FALSE,
labeling_args=list(rot_labels=c(bottom=90,top=90),cex.axis=0.5)) 
or
mosaic(Titanic, pop=FALSE,
labeling_args=list(rot_labels=c(bottom=90,top=90)),cex.axis=0.5)

However,
mosaic(Titanic, pop=FALSE,
labeling_args=list(rot_labels=c(bottom=90,top=90),gp_labels=(gpar(fontsi
ze=5))))

works for all labels.

Is there a way to adjust only one set of axis labels?

Thanx and cheers
Herry

-----Original Message-----
From: Patrick Connolly [mailto:PConnolly at hortresearch.co.nz] 
Sent: Thursday, September 20, 2007 7:15 AM
To: Herr, Alexander Herr - Herry (CSE, Townsville);
r-help at stat.math.ethz.ch
Subject: RE: [R] fontsize in mosaic plot lables
The mosaic function isn't part of lattice.  Try cex.axis in a more or
less normal way instead of gpar settings.  

HTH

___________________________________________________________________
The contents of this e-mail are privileged and/or confidenti...{{dropped}}