-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathfigtree_blocks.py
More file actions
1 lines (1 loc) · 2.84 KB
/
figtree_blocks.py
File metadata and controls
1 lines (1 loc) · 2.84 KB
1
circular_sorted_tree = "begin figtree;\n\tset appearance.backgroundColorAttribute=\"Default\";\n\tset appearance.backgroundColour=#-1;\n\tset appearance.branchColorAttribute=\"User selection\";\n\tset appearance.branchLineWidth=2.0;\n\tset appearance.branchMinLineWidth=0.0;\n\tset appearance.branchWidthAttribute=\"Fixed\";\n\tset appearance.foregroundColour=#-16777216;\n\tset appearance.selectionColour=#-2144520576;\n\tset branchLabels.colorAttribute=\"User selection\";\n\tset branchLabels.displayAttribute=\"Branch times\";\n\tset branchLabels.fontName=\"sansserif\";\n\tset branchLabels.fontSize=8;\n\tset branchLabels.fontStyle=0;\n\tset branchLabels.isShown=false;\n\tset branchLabels.significantDigits=4;\n\tset layout.expansion=0;\n\tset layout.layoutType=\"POLAR\";\n\tset layout.zoom=53;\n\tset legend.attribute=null;\n\tset legend.fontSize=10.0;\n\tset legend.isShown=false;\n\tset legend.significantDigits=4;\n\tset nodeBars.barWidth=4.0;\n\tset nodeBars.displayAttribute=null;\n\tset nodeBars.isShown=false;\n\tset nodeLabels.colorAttribute=\"User selection\";\n\tset nodeLabels.displayAttribute=\"Node ages\";\n\tset nodeLabels.fontName=\"sansserif\";\n\tset nodeLabels.fontSize=8;\n\tset nodeLabels.fontStyle=0;\n\tset nodeLabels.isShown=false;\n\tset nodeLabels.significantDigits=4;\n\tset nodeShape.colourAttribute=\"User selection\";\n\tset nodeShape.isShown=false;\n\tset nodeShape.minSize=10.0;\n\tset nodeShape.scaleType=Width;\n\tset nodeShape.shapeType=Circle;\n\tset nodeShape.size=4.0;\n\tset nodeShape.sizeAttribute=\"Fixed\";\n\tset polarLayout.alignTipLabels=false;\n\tset polarLayout.angularRange=0;\n\tset polarLayout.rootAngle=0;\n\tset polarLayout.rootLength=100;\n\tset polarLayout.showRoot=true;\n\tset radialLayout.spread=0.0;\n\tset rectilinearLayout.alignTipLabels=false;\n\tset rectilinearLayout.curvature=0;\n\tset rectilinearLayout.rootLength=100;\n\tset scale.offsetAge=0.0;\n\tset scale.rootAge=1.0;\n\tset scale.scaleFactor=1.0;\n\tset scale.scaleRoot=false;\n\tset scaleAxis.automaticScale=true;\n\tset scaleAxis.fontSize=8.0;\n\tset scaleAxis.isShown=false;\n\tset scaleAxis.lineWidth=1.0;\n\tset scaleAxis.majorTicks=1.0;\n\tset scaleAxis.origin=0.0;\n\tset scaleAxis.reverseAxis=false;\n\tset scaleAxis.showGrid=true;\n\tset scaleBar.automaticScale=true;\n\tset scaleBar.fontSize=10.0;\n\tset scaleBar.isShown=true;\n\tset scaleBar.lineWidth=1.0;\n\tset scaleBar.scaleRange=0.0;\n\tset tipLabels.colorAttribute=\"User selection\";\n\tset tipLabels.displayAttribute=\"Names\";\n\tset tipLabels.fontName=\"sansserif\";\n\tset tipLabels.fontSize=8;\n\tset tipLabels.fontStyle=0;\n\tset tipLabels.isShown=true;\n\tset tipLabels.significantDigits=4;\n\tset trees.order=true;\n\tset trees.orderType=\"increasing\";\n\tset trees.rooting=false;\n\tset trees.rootingType=\"User Selection\";\n\tset trees.transform=false;\n\tset trees.transformType=\"cladogram\";\nend;"