mgperry / heatmaps

Plotting package originally based around the seqPattern Bioconductor package. Still very much in development.
3 stars 1 forks source link

Last row of the heatmap not plotted #1

Open balwierz opened 5 years ago

balwierz commented 5 years ago
plotHeatmap(Heatmap(image=matrix(data=0:5, nrow=2)))

The output contains 2x2 matrix. The horizontal scale is wrong as well.

mgperry commented 5 years ago

hmm yes, that is a bit funny. It could be that heatmaps is silently cutting off the last column, which wouldn't generally be noticeable for its intended use case. Is this a problem currently? I'm sure you know this, but if you're trying to do correlation type plots you're better off wrapping image yourself.