question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Categorical Heatmap

See original GitHub issue

Make 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:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

9reactions
mpschrcommented, Jan 22, 2018

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 😉

2reactions
mwaskomcommented, Aug 16, 2017

Because the PR was incomplete and it’s my prerogative what I merge into the software that I provide support for.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found