-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
How to sort columns after col_split #81
Comments
Hi @stephanmg , Take a look at: I guess |
Yes, I forgot that I need to also specify |
@DingWB thank you! Is it also possible to remove or reposition the label of a anno_barplot(...)? Code: I need to move the label Remove label with Also, how can i provide a label to anno_barplot which contains spaces, in the examples in the docs there are never spaces I think, is this perhaps not supported? I need to write |
How did you control the pad in a normal barplot? |
Thanks, what about the label name? Can I somehow include spaces? |
Please try. |
No, sorry, I mean in the label |
See this docu: https://dingwb.github.io/PyComplexHeatmap/build/html/notebooks/advanced_usage.html#Add-multiple-heatmap-annotations-using-for-loop You could prepare a dict and pass it to HeatmapAnnotation. You can give whatever key to the dict (including space). |
|
|
But this will not rename Abadvanced to "# problems solved"... don't know why. Could you help out again? Thanks! |
Hi,
I have a col_split by a
pd.Series
to group into 3 different groups A, B, and C.The groups A, B, C seem to be automatically sorted ascending.
However I need to sort with a custom order within the groups A, B, C. How is this possible?
The text was updated successfully, but these errors were encountered: