We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current group_abundance function is relatively slow. Also I don't like the name too much.
barplot or stackedbarplot is better. x, y and color are better argument names.
x
y
color
Maybe this could even be merged upstream into scanpy.
See also: https://sc-dandelion.readthedocs.io/en/master/api.html#module-dandelion.plotting
The text was updated successfully, but these errors were encountered:
clip_at
breakpoints
Related #186 Related #247
Sorry, something went wrong.
This is a priority now, as with the new data structure, some poor design choices surface. But we can do this after merging #327.
Successfully merging a pull request may close this issue.
The current group_abundance function is relatively slow.
Also I don't like the name too much.
barplot or stackedbarplot is better.
x
,y
andcolor
are better argument names.Maybe this could even be merged upstream into scanpy.
See also:
https://sc-dandelion.readthedocs.io/en/master/api.html#module-dandelion.plotting
The text was updated successfully, but these errors were encountered: