Creating heatmap on a datatable and updating color gradient with script
Hi,I have a lot data that I like to plot as a heatmap from a data table. I have attached an image below of a sample data table image and the steps I do to create the heatmap on the data table. It follows the following steps:Get a datatable after using tabulateStack all the columns (except for 'type'). Then do a summary of the whole data set to find min, median and max.Take the min, median and max ...
atlas100