Hello,
I am trying to plot a phylogeny tree with GraphMakie, I obtain decent results, but the branches can overlap and it looks not super great. I looked at NetworkLayout.jl, which provides layout algorithms for graphs, and the only tree algorithm is Buchheim, which doesn’t work for unroot trees like phylogenic ones.
I found that ggplot has an extension called ggtree that provides a plethora of such algorithms: Chapter 4 Phylogenetic Tree Visualization | Data Integration, Manipulation and Visualization of Phylogenetic Trees and I was hoping someone would’ve reproduced them in Julia.