Skip to content
Prev 288877 / 398498 Next

Dotplot: how to change size in the y lab ?

On Mon, Mar 19, 2012 at 7:56 AM, Jose Bustos Melo <jbustosmelo at yahoo.es> wrote:
?par.settings = list( ?superpose.symbol = list( ?pch = 21, ?fill = c(
"lightblue", "lightgreen"), ?cex = 4, ?col = "black" ? ) ) , xlab =
"Market value ($Bn)", key = k, ?panel = function(x, y, ...){
panel.dotplot( x, y, ... ) grid.text( ?unit( x, "native") , unit( y,
"native") , ?label = x, gp = gpar( cex = .7 ) ) } ### add this
, scales=list(y=list(cex=.5))
####
)

Cheers