-
Notifications
You must be signed in to change notification settings - Fork 4
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
Coloring the Connecting branches #3
Comments
Could you clarify please? I see three options to colourise off the top of my head:
|
Thanks for the reply. I noticed the function doesnt return a plot object to
modify. I could easily manually assign the colors if the API allows it. Is
there a fig or plt instance for each subplot?
…On Thu, Jul 19, 2018 at 2:21 AM, Philipp Schlegel ***@***.***> wrote:
Could you clarify please? I see three options to colourise off the top of
my head:
1. Give connecting lines have the same colour as the leafs in the
dendrogram. What if the left and the right leaf have different colours?
2. Assign custom colours to each connecting line?
3. Map entanglement to RGB value instead of shades of grey.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AM8pAhK8_PFC-aZb0hMonWIGco3YHhX1ks5uIDNmgaJpZM4VVlkF>
.
|
Yes you're right. The function returns a matplotlib figure. It has three axes which you can get with I'll try to implement a way to do this natively. |
Would it be possible to implement the color functionality contained in the original R code so that the middle panel isnt just grey? I have tons of items in my dendrogram, so currently the connecting bars are all running together as a single grey bar. Being able to change the color on those objects would be super helpful
The text was updated successfully, but these errors were encountered: