You might help me...I have shrunk the row captions which were so big they overlapped each other. The relevant options are cexRow and cexCol. But I tried this option without success in this code bellow:
library(Heatplus); FieldSeparator=" "; file='Hs.txt'; data<-read.table(file, header=TRUE, sep=FieldSeparator); nofCols=ncol(data); pt<-as.matrix(data[,2:nofCols]); rownames(pt)=data[,1,]; output=paste(file, "default1.ps", sep="."); postscript(output); heatmap_2(pt, col=topo.colors(100), scale="none", legend=1, legfrac = 12); dev.off(); _________________________________________________________________ Verifique já a segurança do seu PC com o Verificador de Segurança do Windows Live OneCare! http://onecare.live.com/site/pt-br/default.htm ______________________________________________ R-help@stat.math.ethz.ch 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.