ipython-books / cookbook-code

[DEPRECATED] See the new edition:

Home Page:http://ipython-books.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

re notebook 02_seaborn corrplot is deprecated use heatmap

pleabargain opened this issue · comments

seaborn.corrplot(df);

should now be

seaborn.heatmap(df);

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