-
Notifications
You must be signed in to change notification settings - Fork 7
/
tree.C2.MCC.trim.round.figtree.tree
107 lines (104 loc) · 3.32 KB
/
tree.C2.MCC.trim.round.figtree.tree
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#NEXUS
begin taxa;
dimensions ntax=5;
taxlabels
D4ElSal94
D4Indon77
D4Mexico84
D4PRico86
D4Tahiti79
;
end;
begin trees;
tree tree_1 = [&R] ((((D4Mexico84:5.0,D4ElSal94:15.0):1.0,D4PRico86:8.0):1.0,D4Tahiti79:2.0):5.0,D4Indon77:5.0);
end;
begin figtree;
set appearance.backgroundColorAttribute="Default";
set appearance.backgroundColour=#ffffff;
set appearance.branchColorAttribute="User selection";
set appearance.branchColorGradient=false;
set appearance.branchLineWidth=2.0;
set appearance.branchMinLineWidth=0.0;
set appearance.branchWidthAttribute="Fixed";
set appearance.foregroundColour=#000000;
set appearance.hilightingGradient=false;
set appearance.selectionColour=#2d3680;
set branchLabels.colorAttribute="User selection";
set branchLabels.displayAttribute="Branch lengths (raw)";
set branchLabels.fontName="sansserif";
set branchLabels.fontSize=8;
set branchLabels.fontStyle=0;
set branchLabels.isShown=true;
set branchLabels.significantDigits=4;
set layout.expansion=0;
set layout.layoutType="RECTILINEAR";
set layout.zoom=0;
set legend.attribute=null;
set legend.fontSize=10.0;
set legend.isShown=false;
set legend.significantDigits=4;
set nodeBars.barWidth=4.0;
set nodeBars.displayAttribute=null;
set nodeBars.isShown=false;
set nodeLabels.colorAttribute="User selection";
set nodeLabels.displayAttribute="Node heights (raw)";
set nodeLabels.fontName="sansserif";
set nodeLabels.fontSize=10;
set nodeLabels.fontStyle=0;
set nodeLabels.isShown=true;
set nodeLabels.significantDigits=4;
set nodeShapeExternal.colourAttribute=null;
set nodeShapeExternal.isShown=true;
set nodeShapeExternal.minSize=10.0;
set nodeShapeExternal.scaleType=Width;
set nodeShapeExternal.shapeType=Circle;
set nodeShapeExternal.size=10.0;
set nodeShapeExternal.sizeAttribute=null;
set nodeShapeInternal.colourAttribute=null;
set nodeShapeInternal.isShown=false;
set nodeShapeInternal.minSize=10.0;
set nodeShapeInternal.scaleType=Width;
set nodeShapeInternal.shapeType=Circle;
set nodeShapeInternal.size=4.0;
set nodeShapeInternal.sizeAttribute=null;
set polarLayout.alignTipLabels=false;
set polarLayout.angularRange=0;
set polarLayout.rootAngle=0;
set polarLayout.rootLength=100;
set polarLayout.showRoot=true;
set radialLayout.spread=0.0;
set rectilinearLayout.alignTipLabels=true;
set rectilinearLayout.curvature=0;
set rectilinearLayout.rootLength=100;
set scale.offsetAge=1994.0;
set scale.rootAge=1.0;
set scale.scaleFactor=1.0;
set scale.scaleRoot=false;
set scaleAxis.automaticScale=false;
set scaleAxis.fontSize=12.0;
set scaleAxis.isShown=true;
set scaleAxis.lineWidth=1.0;
set scaleAxis.majorTicks=5.0;
set scaleAxis.minorTicks=1.0;
set scaleAxis.origin=0.0;
set scaleAxis.reverseAxis=true;
set scaleAxis.showGrid=true;
set scaleBar.automaticScale=true;
set scaleBar.fontSize=10.0;
set scaleBar.isShown=false;
set scaleBar.lineWidth=1.0;
set scaleBar.scaleRange=3.0;
set tipLabels.colorAttribute="User selection";
set tipLabels.displayAttribute="Names";
set tipLabels.fontName="sansserif";
set tipLabels.fontSize=12;
set tipLabels.fontStyle=0;
set tipLabels.isShown=true;
set tipLabels.significantDigits=4;
set trees.order=true;
set trees.orderType="decreasing";
set trees.rooting=false;
set trees.rootingType="User Selection";
set trees.transform=false;
set trees.transformType="cladogram";
end;