-
Notifications
You must be signed in to change notification settings - Fork 609
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
Rank_genes_groups -> does not return Axes #3205
Comments
The docs don’t say it does, so this would be an enhancement, not a bug fix. it’s not high priority, since it’s easy to just do contributions are welcome! |
This might be true the expected behaviour is not mentioned here. |
Hi, I am currently also having the same issue - even plotting on ax suggested by @flying-sheep doesn't help with the issue for it is an unexpected behaviour given the advanced plotting docs alludes to that it will work with multiple plot types. Maybe it's something fundamental with how In tsne/umap/scatterplots in general which goes through |
I think I looked wrong: it does have an |
Please make sure these conditions are met
What happened?
Function Rank_genes_groups() does not return a figure -> returns None type
Cannot get Figure via plt.gcf(), plt.gca().
Potential Fix:
https://github.com/scverse/scanpy/blob/main/src/scanpy/plotting/_tools/__init__.py
Line 485: cann be extended to the following as in other functions below:
Minimal code sample
Error output
No response
Versions
The text was updated successfully, but these errors were encountered: