-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Description
I am having trouble formatting the names in the circular tree. The names are in the default position.
I need the names remain in the radial position (each name in front of your branch, the radial position).
Script used:
ggtree(tree,layout="circular",branch.length="none",aes(color=group))+ geom_text(aes(label=label, angle=angle), size=2,vjust=-0.3, hjust=1) +scale_color_manual(values=c("slateblue4","firebrick"))
Thanks.
Metadata
Metadata
Assignees
Labels
No labels