A demonstration of some of the graphical capabilities of ETE.
The files in tutorial
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()
The files in examples
show the use of different representation
elements (mostly faces).
The documentation about how to use the visualization capabilities of ETE can be found at:
- General ETE documentation - https://etetoolkit.github.io/ete/index.html
- Tree drawing and exploration tutorial - https://etetoolkit.github.io/ete/tutorial/tutorial_smartview.html
- Smartview reference - https://etetoolkit.github.io/ete/reference/reference_smartview.html