-
-
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
Add ylim to anno_scatterplot #33
Comments
As for now, you can get the annotation for anno_scatterplot and set the ylim, for example: ann=col_ha.annotations[0]:
ann.ax.set_ylim([0,1]) |
Thanks! |
Hi! A similar question in 'anno_barplot': how to set 'yticks' to anno_barplot? I've tried 'row_ha.annotations[0].ax.set_yticks()', but it raises an error ('anno_barplot' object has no attribute 'ax'). |
What is your |
According to the source code:
You can set custom Maybe you wanted to |
I would suggest you try: Please let me know whether it works or not. |
Here are my codes:
The error is
|
please try to put
after ClusterMapPlotter. |
Ohhh it works. Thank you so much! |
That's great. Your heatmap looks beautiful. |
Sure.
|
Looks great. (2). You can also choose to set (3). To make it more beautiful, you can also choose to plot the custom box around the cluster:
See here for example. |
Thanks for your suggestions! It looks better now. |
Hi! Could you please advice how to add ylim to anno_scatterplot?
The text was updated successfully, but these errors were encountered: