different collors seabonr heatmap code example
Example 1: show integer seabron heatmap values
sns.heatmap(table2,annot=True,cmap='Blues', fmt='g')
Example 2: python seaborn color map
sns.color_palette("hls", 8)
sns.heatmap(table2,annot=True,cmap='Blues', fmt='g')
sns.color_palette("hls", 8)