Replace ete3 with plotly
Closed this issue · 4 comments
KingAkeem commented
The current library used for visualizing trees is ete3
, this library has a couple of dependency issues that is making it difficult to run. It's also not really optimized for our use case, but for phylogenetic trees while plotly
is for general datasets.
My goal is to remove the ete3
dependency and replace it with plotly
as the underlying tree plotting framework for the LinkTree
KingAkeem commented
Another option https://github.com/pydot/pydot
KingAkeem commented
Another option https://treelib.readthedocs.io/en/latest/
PSNAppz commented
@KingAkeem I think this is a duplicate of #256
KingAkeem commented
I never saw that issue, but either way it's completed so I'll close this