You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It maybe super useful to enable quartiles / midpoint normalization to allow for better color discrimination. The seaborn.heatmap function has a robust keyword is a good reference for coloring via quartiles. And see here for midpoint normalization.
A real reason why this is useful is because a bad coloring scheme can hide real details. Below is an example where I have enabled continuous values
And below is where I disabled continuous values.
There are clear trends and more could be leveraged to properly evaluate the continuous value coloring scheme.
The text was updated successfully, but these errors were encountered:
@ElDeveloper would there be any interest in having this as a contribution? Right now, the continuous values option isn't being used very often because of the extreme outliers.
Furthermore, the midpoints are not being properly set, so colors are often skewed towards one end of the spectrum. Maybe having 3 text boxes for vmin, midpoint and vmax should do the trick. Thoughts?
@mortonjt, yes this would be very handy to have in as a contribution! I like the idea of the three text boxes. These could show up in the UI once the continuous selection has been enabled. Also, handling outliers would be excellent! Let me know if you need some help with this.
It maybe super useful to enable quartiles / midpoint normalization to allow for better color discrimination. The seaborn.heatmap function has a robust keyword is a good reference for coloring via quartiles. And see here for midpoint normalization.
A real reason why this is useful is because a bad coloring scheme can hide real details. Below is an example where I have enabled continuous values
And below is where I disabled continuous values.
There are clear trends and more could be leveraged to properly evaluate the continuous value coloring scheme.
The text was updated successfully, but these errors were encountered: