seaborn heatmap x and y axis labels code example
Example: seaborn heatmap x labels horizontal
# This sets the yticks "upright" with 0, as opposed to sideways with 90.
plt.yticks(rotation=0)
# This sets the yticks "upright" with 0, as opposed to sideways with 90.
plt.yticks(rotation=0)