ipython-books / cookbook-code

[DEPRECATED] See the new edition:
http://ipython-books.github.io/
Other
975 stars 454 forks source link

re notebook 02_seaborn corrplot is deprecated use heatmap #45

Open pleabargain opened 8 years ago

pleabargain commented 8 years ago

seaborn.corrplot(df);

should now be

seaborn.heatmap(df);

as per https://stanford.edu/~mwaskom/software/seaborn/whatsnew.html?highlight=corrplot