I usually plot a seaborn heatmap with any dataframe co-relation to find their relation however whenever I want to have yticklabels displayed. I get the disrupted figure in the image at the following link (please clik the "enter image description here"). Can anyone tell me how to fix this thanks!!!!! enter image description here
Asked
Active
Viewed 14 times
0
-
There was a problem with an old matplotlib version (3.1.1). Upgrading to the latest matplotlib and seaborn versions should solve the problem. – JohanC May 22 '21 at 19:52
-
Hy @JohanC thank you for helping me out yes the link you suggested worked thank you but if you could tell me how can I install matplotlib (3.1.2)??? I am using jupyter notebook – May 22 '21 at 20:04
-
See [How to update the packages in ipython like jupyter](https://stackoverflow.com/questions/56226523/how-to-update-the-packages-in-ipython-like-jupyter-spyder). Starting with an exclamation mark should do the trick `!pip install matplotlib --upgrade` – JohanC May 22 '21 at 20:27
-
Okay Thank you!!!! – May 22 '21 at 20:37