mwaskom / seaborn

Statistical data visualization in Python
https://seaborn.pydata.org
BSD 3-Clause "New" or "Revised" License
12.18k stars 1.89k forks source link

heatmap not annoting #3679

Closed TejasPatil80178 closed 2 months ago

TejasPatil80178 commented 2 months ago

sns.heatmap function annot = True is not annoting all the values in the data, it is only annoting for the first row. I tried reinstalling the library but still the same issue.

please let me know a fix. Thanks! Screenshot 2024-04-21 4 00 30 PM

thuiop commented 2 months ago

Duplicate of #3478. TL;DR : either downgrade matplolib to 3.7 or upgrade seaborn to 0.13. Also in the future please post your code as text instead of as an image, as it takes more effort to replicate if we have to rewrite the code manually instead of copypasting.