Heatmap overlay from multiple variables
I collect a response from MxN sensor. The data comes as a table with multiple variables stored in individual columns ParamA, ParamB, ParamC. TLDR: I want to obtain two heatmaps on the right in the sketch below. In the first application, I would like to plot a heatmap resulting from an overlay of two logical variables, i.e. ParamA=1 as Blue, ParamB=1 as Red, ParamA=1&ParamB=1 as Magenta. In th...