harrelfe / Hmisc

Harrell Miscellaneous
Other
205 stars 81 forks source link

errorbar xlab size #101

Closed ahmedshovon closed 5 years ago

ahmedshovon commented 5 years ago

Hi,

for horizontal errorbars, the factors are on the x-axis. Can you tell me how to change their font size?

I tried the following options, however, none of them work. cex.axis=1.5, cex=1.5, font.axis=1.5, cex.names1.5

Thanks

harrelfe commented 5 years ago

From looking at the code it appears that I don't pass these parameters to axis, so the only hope is to try to set global parameters with par().

ahmedshovon commented 5 years ago

thanks.