[R] Giant font on the R plots...

Uwe Ligges ligges at statistik.tu-dortmund.de
Tue Oct 4 18:49:58 CEST 2011



On 04.10.2011 11:10, D.Emad wrote:
> Hello,
>
> I've been facing a really stupid problem... When I try to plot using
> heatplot or hclust or any similar function, the labels of the x-axis - which
> are the samples names - are giant&  overlapping. I can't even read the
> samples names!

R> heatplot
Error: object 'heatplot' not found

R> hclust(dist(USArrests), "ave")
# does not plot anything

So let m try

R> plot(hclust(dist(USArrests), "ave"))
# no x axis

Do you mean the labels at the dendrogram? These are controlled by cex 
(rather than cex.lab).

Uwe Ligges


>
> I tried  cex.lab = 0.5, it helped only with the y axis and not the x-axis...
> Any help please?!
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Giant-font-on-the-R-plots-tp3870335p3870335.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list