Hi, Does anyone have any experience generating phylogenetic trees using Plotly with python? I already have the newick files for the trees and can process and plot them (e.g. with ete3 or Bio.Phylo), but I would love to get the x-y coordinates of those tree nodes and edges to generate interactive plots in Plotly. Or maybe there are other more elegant ways to generate trees from newick files in Plotly. Thanks in advance for any help!
Jon