Skip to content

Row labels are skewed in 'heatmap' (PR#7358)

1 message · Martin Maechler

#
Hi Peter, thank you for trying,
but that's not yet a useful bug report:

We can't reproduce what you did!

If you put your data on a web site,
and replace
   exp <- read.table("graph/1933672048.cluster.data")
by exp <- read.table("http://<....your_adress....>/mycluster.data")

it will hopefully become reproducible and thus potentially
useful.

Though even that is doubtful since you are using an outdated
version of R, and I now that heatmap() has been improved since then!

Martin Maechler
pfh> I've made a script look like this:
    pfh> exp <- read.table("graph/1933672048.cluster.data")
    pfh> exp <- as.matrix(exp) 
    pfh> postscript("graph/1933672048.cluster.data.ps") 

    pfh> heatmap(exp,scale="none",cexCol=0.4,cexRow=0.2,col=custom,margins=c(5,5))