From this section we'll add some more complicated datasets to the tree. First of all, some pie charts; the pies will be displayed on the tree branches.
Select the "Sample tree 1" from upload tree window to load the following tree.Here is tree in newick format:
(chicken,((mouse,rat),(chimp,human)));
## created at may 25, 2011
## before the 'data section', now we have a new section that contains
## lines starting with '!'; this section is called the 'modifier section' because
## it's used to change / modify the default behaviors of the dataset
!Groups A,B,C,D
!colors #9F0251,#f88ef9,#effc00,#4D8963
!legendstyle rect
!title example pie chart
!maxradius 20
!minradius 8
!opacity 0.8
chicken,human 50,0,0,5
mouse,human 10,0,0,25
chimp,human 0,20,20,5