Categorical Heatmap
See original GitHub issueMake it possible to pass a categorical heatmap to sns.heatmap.
I was able to plot a categorical heatmap with a little work, see my StackOverflow question: http://stackoverflow.com/questions/36227475/heatmap-like-plot-but-for-categorical-variables-in-seaborn.
It seems a little complex though for what I think is a pretty common use case of sns.heatmap. If you could give some pointers, I’m happy to take a stab at this.
Also, thanks so much for your work on seaborn, it’s awesome.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:7 (3 by maintainers)
Top Results From Across the Web
heatmap-like plot, but for categorical variables in seaborn
Now I would like to plot a heatmap and color each cell by its corresponding value. That is "Yes", "No", "Maybe", for instance...
Read more >Applying heatmaps for categorical data analysis - Kaggle
Applying heatmaps for categorical data analysis ... data analysis are applied, we highlight the use of heatmaps to gain insights regarding the study...
Read more >How to plot heatmap just for categorical and numeric features?
Really, I mean how it is possible to have 3 heatmap plots: numeric vs numeric. numeric vs categorical. categorical vs categorical.
Read more >Categorical Variable Analysis - JulienBeaulieu - GitBook
One alternative way of depicting the relationship between two categorical variables is through a heat map. Heat maps were introduced earlier as the...
Read more >concept heatmap in category dask - liveBook · Manning
If we want to see how categorical variables interact with each other, heatmaps are a very useful way to do so. While you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Seems like someone took this to heart: https://github.com/schlegelp/catheat In any case, it would also make perfect sense to have it within the seaborn library, as there is even a specific doc chapter on categorical data.
I know I know - I could also do it… when I find the time 😉
Because the PR was incomplete and it’s my prerogative what I merge into the software that I provide support for.