Plot heatmap

PHOTO EMBED

Tue Jan 19 2021 17:03:57 GMT+0000 (Coordinated Universal Time)

Saved by @savemeee #heatmap #plot

plt.figure(figsize=(10,10))
sns.heatmap(data.iloc[:, 1: 12].corr(),annot=True,fmt='.0%',cmap='twilight')
content_copyCOPY

plot heatmap