I need help with the heatmap in seaborn:
I want the colors to be sorted by line values and not by all values in the table. It is possible? ex:
a 4,8 4,7 4,3 4,9 4,7 4,8 4,8
b 4,6 4,4 4,3 4,6 4,2 4,3 4,5
c 4,6 4,2 4,1 4,7 4,0 3,8 4,5
Line a must have the colors only according to the values of line a, and do not take into account the values of the other lines.