I have a seaborn heatmap but i need to remove the axis tick marks that show as dashes. I want the tick labels but just need to remove the dash... Seaborn plot ...
DOWNLOAD: https://byltly.com/2f98ku
DOWNLOAD: https://byltly.com/2f98ku
seaborn-hide-axis-labels
xticklabels and yticklabels are booleans to turn off the axis labels. p = sns.heatmap(df, cmap='coolwarm', annot=True, fmt=".1f", annot_kws={'size':10}, .... Use the second argument of xticks to set the labels: ... edited to remove pylab bc pylab is a convenience module that bulk imports ... useful (like rotating the tick mark text, adding upper Y-axis tick marks and labels, adding color to the boxes, etc.). 939c2ea5af
Comments