Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 341 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 341 Bytes

eremitalpa

Plot dendropy trees.

Installation

Dependencies

pip3 install git+https://github.com/davipatti/eremitalpa.git

Basic usage:

import eremitalpa as ere
tree = ere.Tree.from_disk("tree.tre")
ere.plot_dendropy_tree(tree)