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

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

#heatmap #plot

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension