Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

heatmap permutes data #1791

Closed
anandijain opened this issue Mar 30, 2022 · 1 comment
Closed

heatmap permutes data #1791

anandijain opened this issue Mar 30, 2022 · 1 comment

Comments

@anandijain
Copy link
Contributor

anandijain commented Mar 30, 2022

image

image

@JonasIsensee
Copy link
Contributor

While this may not be what you were expecting, this is correct behaviour.
matrix columns are shown along the X axis and rows along Y. (so that you can think of "indexing" as matrix[x,y,z])
Then also note that one prints matrices with mat[1,1] in the top left corner while the point (0,0) of a heatmap is in the lower left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants