ggtree icon indicating copy to clipboard operation
ggtree copied to clipboard

Coarse arc segmentation with circular layout

Open alephreish opened this issue 2 years ago • 0 comments
trafficstars

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.

alephreish avatar Sep 13 '23 11:09 alephreish