I am new to Gnuplot and unfortunately have to start with a (for me) nontrivial problem. I have X-Y-Z-Temperature data. So I have for every spatial coordinate a temperature value. This comes somewhat closest http://pgfplots.net/tikz/examples/contour-and-surface/
However, I would like to create a heat map (not contour) on the XY XZ and YZ plane to visualise the 4D data better (in the link it is just 3D).
So on each plane just a heat map using the same color code so that the temperatures can be compared.
Many thanks!
Toby