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
Thanks so much for developing such a useful package!
The gradient.direction does not work properly when using dendrogram layout. Please see the following example:
tre <- rtree(5) ggtree(tre) + layout_dendrogram() + geom_tiplab(hjust = 0.5, align = T, vjust = 0) + geom_hilight( mapping=aes(subset = node %in% 1:5, node = node, fill = label, alpha = 1 ), type = "gradient", to.bottom = T, align = "both", show.legend = F ) or ggtree(tre) + geom_tiplab(hjust = 0.5, align = T, vjust = 0) + geom_hilight( mapping=aes(subset = node %in% 1:5, node = node, fill = label, alpha = 1 ), type = "gradient", to.bottom = T, align = "both", show.legend = F ) + coord_flip()
Is there a solution to this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Describe your issue
Ask in right place
Thanks so much for developing such a useful package!
The gradient.direction does not work properly when using dendrogram layout. Please see the following example:
Is there a solution to this issue?
Thanks!
The text was updated successfully, but these errors were encountered: