Hi everyone I am trying to plot a couple of data withd split heatmap, but I am having some difficulties. The reason is that I have 3 different set of X and Y values and I want to show them on the same graph. When I try to plot all of them at once, the graph pos up as only 1 set of them plotted. Do you have any suggestions? Thank you very much.
Split Heatmap only works for XYYYYY data. That is, if you have three pairs of XY data, please remove the last two X column and arrange them in XYYY to plot heatmap.
Or if the X columns are different, I would suggest you create three heatmap and merge them in one graph to make it looks like split heatmap.