#nexus BEGIN Taxa; DIMENSIONS ntax=6; TAXLABELS [1] 'A' [2] 'B' [3] 'C' [4] 'D' [5] 'E' [6] 'F' ; END; [Taxa] BEGIN Distances; DIMENSIONS ntax=6; FORMAT labels=left diagonal triangle=lower; MATRIX [1] 'A' 0.0 [2] 'B' 1.0 0.0 [3] 'C' 3.5 1.0 0.0 [4] 'D' 3.5 3.5 1.0 0.0 [5] 'E' 3.5 3.5 3.5 1.0 0.0 [6] 'F' 1.0 3.5 3.5 3.5 1.0 0.0 ; END; [Distances] BEGIN Splits; DIMENSIONS ntax=6 nsplits=6; FORMAT labels=no weights=yes confidences=no intervals=no; PROPERTIES fit=64.0 cyclic; CYCLE 1 2 3 4 5 6; MATRIX [1, size=2] 0.5 1 2 3 4, [2, size=2] 0.5 1 2 3 6, [3, size=2] 0.5 1 2 5 6, [4, size=2] 0.5 1 2, [5, size=2] 0.5 1 4 5 6, [6, size=2] 0.5 1 6, ; END; [Splits] BEGIN Network; DIMENSIONS ntax=6 nvertices=13 nedges=18; DRAW to_scale; TRANSLATE 1 'A', 6 'F', 8 'E', 10 'D', 11 'B', 13 'C', ; VERTICES 1 0.0 0.0 s=n bg=0 0 0, 2 -0.25 -0.4330127 s=n bg=0 0 0, 3 -0.5 0.0 s=n bg=0 0 0, 4 -0.75 -0.4330127 s=n bg=0 0 0, 5 -0.5 -0.8660254 s=n bg=0 0 0, 6 5.551115E-17 -0.8660254 s=n bg=0 0 0, 7 -1.0 -0.8660254 s=n bg=0 0 0, 8 -0.75 -1.299038 s=n bg=0 0 0, 9 -1.25 -0.4330127 s=n bg=0 0 0, 10 -1.5 -0.8660254 s=n bg=0 0 0, 11 -0.75 0.4330127 s=n bg=0 0 0, 12 -1.0 1.110223E-16 s=n bg=0 0 0, 13 -1.5 1.110223E-16 s=n bg=0 0 0, ; VLABELS 1 'A' x=10 y=12 f='Dialog-PLAIN-10', 6 'F' x=10 y=0 f='Dialog-PLAIN-10', 8 'E' x=-2 y=-16 f='Dialog-PLAIN-10', 10 'D' x=-17 y=0 f='Dialog-PLAIN-10', 11 'B' x=-3 y=23 f='Dialog-PLAIN-10', 13 'C' x=-17 y=12 f='Dialog-PLAIN-10', ; EDGES 1 2 1 s=4 w=0.5, 2 3 1 s=6 w=0.5, 3 4 2 s=6 w=0.5, 4 4 3 s=4 w=0.5, 5 5 4 s=1 w=0.5, 6 6 2 s=1 w=0.5, 7 6 5 s=6 w=0.5, 8 7 4 s=2 w=0.5, 9 8 5 s=2 w=0.5, 10 8 7 s=1 w=0.5, 11 9 4 s=3 w=0.5, 12 10 7 s=3 w=0.5, 13 10 9 s=2 w=0.5, 14 11 3 s=5 w=0.5, 15 12 4 s=5 w=0.5, 16 12 11 s=4 w=0.5, 17 13 9 s=5 w=0.5, 18 13 12 s=3 w=0.5, ; END; [Network] BEGIN st_Assumptions; uptodate; disttransform=SplitDecomposition; splitstransform=EqualAngle; SplitsPostProcess filter=dimension value=4; autolayoutnodelabels; END; [st_Assumptions]