sns.heatmap(heat_map, cmap="YlGnBu", ax=ax) code example Example: show integer seabron heatmap values sns.heatmap(table2,annot=True,cmap='Blues', fmt='g')