ETE Gallery
May 6, 2025 ยท View on GitHub
A demonstration of some of the graphical capabilities of ETE.
๐ Tutorial
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 faces - Layout with a
draw_node()that generates styles (dicts) and faces - 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()
๐ก Examples
The files in examples show the use of different representation
elements (mostly faces).
๐ฉโ๐ Course material
The files in course contain interactive jupyter notebooks that we
have used as course material during ETE workshops.
๐ Documentation
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