Plot dendropy trees.
Dependencies
pip install git+https://github.com/davipatti/eremitalpa.git
import eremitalpa as ere
tree = ere.Tree.from_disk("tree.tre")
ere.plot_dendropy_tree(tree)
Check out the docs.
Plot dendropy trees.
Dependencies
pip install git+https://github.com/davipatti/eremitalpa.git
import eremitalpa as ere
tree = ere.Tree.from_disk("tree.tre")
ere.plot_dendropy_tree(tree)
Check out the docs.