SyntaxFix
Write A Post
Hire A Developer
Questions
add plt.figure(figsize=(16,5)) before the sns.heatmap and play around with the figsize numbers till you get the desired size
plt.figure(figsize=(16,5))
... plt.figure(figsize = (16,5)) ax = sns.heatmap(df1.iloc[:, 1:6:], annot=True, linewidths=.5)