Clustermap center color around 0 and update legend bar #71
Replies: 1 comment 4 replies
-
|
I just pushed a commit; I passed Could you please help me test it? This will give you a general idea (using matplotlib.colors.CenteredNorm to normalize the camp). If it didn't work, you can also make some changes to the code and make a pull request. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a heat map that have values for example say -4 to 2, I use the argument 'center = 0' to center the color bar around 0 so that 0 values appear white.
However the colorbar legend does not update (Range goes from -4 to 2, with white value not corresponding to zero)? Does anybody know how to solve this
Beta Was this translation helpful? Give feedback.
All reactions