ComplexHeatmap icon indicating copy to clipboard operation
ComplexHeatmap copied to clipboard

Different heatmaps using different visulization parmeters

Open KaWingLee9 opened this issue 1 year ago • 0 comments

x is a diagonal matrix, When I tried to plot heatmaps:

Heatmap(x,show_row_names=FALSE,show_column_names=FALSE) Heatmap(x,row_split=25,show_row_names=FALSE,show_column_names=FALSE) Heatmap(x,row_split=25,column_split=25,show_row_names=FALSE,show_column_names=FALSE)

Different heatmaps shown using different codes. How to solve the wierd result as in the second plot?

download

download

download

KaWingLee9 avatar Nov 29 '23 14:11 KaWingLee9