Skip to content
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

Coarse arc segmentation with circular layout #589

Open
alephreish opened this issue Sep 13, 2023 · 0 comments
Open

Coarse arc segmentation with circular layout #589

alephreish opened this issue Sep 13, 2023 · 0 comments

Comments

@alephreish
Copy link

alephreish commented Sep 13, 2023

Arcs representing orthogonal components of the branches in the circular layout look very coarsely segmented with some trees. The effect is obviously particularly pronounced closer to the root:

library(ggtree)
# ggtree v3.8.2

set.seed(100)
tree <- rtree(100)
ggtree(tree, layout = "circular")

Most of the arcs are drawn with two straight segments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant