New in version 2.1.
Provides a basic WSGI application object which can handle ETE tree visualization and interactions. Please, see the webplugin example provided with the ETE installation package (http://pypi.python.org/pypi/ete2).
Adds a new web interactive function associated to tree nodes.
Fix the layout function used to render the tree.
Sets a custom function that will extend current WSGI application.
If the tree needs to be processed every time is going to be drawn, the task can be delegated.
Delegate tree constructor. It allows to customize the Tree class used to create new tree instances.
Fix the size of tree image
Fix a TreeStyle instance to render tree images.