A demonstration of some of the capabilities of ETE.
The files tutorial-*.py
introduce in a gentle way how to draw and
explore trees with ETE.
- Simple visualization
- Two trees in the same session
- Layout with a tree style
- Layout using the
draw_node()
function - Layout with a
draw_node()
that generates decorations/faces - Node style with instructions in dictionaries and decorations
- Use of
draw_node(node, collapsed)
andis_leaf_fn()
- Tree style and node style with many options
- Tree style and node style with many options, as arguments to
explore()