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

Set yticklabels = True for heatmap visualiations in Pixie #1157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alex-l-kong
Copy link
Contributor

What is the purpose of this PR?

Closes #1146. When there are too many labels on the y-axis of a heatmap, Seaborn may not show all of them. There needs to be a way to accomplish this so that even if the user has multiple channels on the y-axis, for example, all of them can be mapped to one column.

How did you implement your changes

Pass in yticklabels=True by default to sns.clustermap per @cliu72's tests.

@alex-l-kong alex-l-kong self-assigned this Sep 20, 2024
@alex-l-kong
Copy link
Contributor Author

@cliu72 the failing tests are due to the ongoing pytorch issue (#1150)

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

Successfully merging this pull request may close these issues.

Visualize all markers and cluster names in cell cluster heatmap
1 participant