source: branches/lib/HELP_SOURCE/source/nt_tree_settings.hlp

Last change on this file was 19532, checked in by westram, 4 months ago
  • reintegrates 'help' into 'trunk'
    • tweak arb documentation:
      • automatically link
        • ticket references to arb bug tracker (only affects html version).
        • found URLs.
      • page titles
        • warn about long titles.
        • introduce SUBTITLEs (automatically triggered by multi-line titles in source files).
        • increase allowed length (limited by subwindow width).
      • cleanup header sections in all helpfiles.
      • fix and/or update several help files.
      • document syntax of help sources.
      • build issues:
        • when xml validation fails, next build no longer uses invalid xml ⇒ keeps failing.
        • remove output files on error (including files below ARBHOME/lib).
        • pipe output through logs to ensure proper wrapping in Entering/Leaving lines.
    • moves Tree admin + NDS menu entries to top of menu
  • adds: log:branches/help@18783:19531
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.7 KB
Line 
1#       main topics:
2UP      arb.hlp
3UP      glossary.hlp
4
5#       sub topics:
6SUB     mode_width.hlp
7
8# format described in ../help.readme
9
10
11TITLE            Tree Settings
12
13OCCURRENCE      ARB_NT/Properties/Tree Settings
14                ARB_PARSIMONY/Properties/Tree: Settings
15
16DESCRIPTION    Various tree display settings are available:
17
18SECTION         Branch setup
19
20                - 'Base line width' defines the thickness of branches (please also
21                  refer to LINK{mode_width.hlp}).
22
23                - 'Branch style' allows to select between
24
25                   * rectangular branches (traditional layout) and
26                   * diagonal branches
27
28                   (dendrogram view only).
29
30                   Note: only the rectangular branch style guarantees that branches do
31                   not overlap!
32
33SECTION         Group setup
34
35                - 'Show group brackets' toggles the display of group brackets
36
37                - 'Group style' allows to define style and orientation of group polygones
38
39                - 'Greplevel of groups (%)' defines the shading used for folded groups.
40
41                - 'Show group counter' specifies whether a counter shall be displayed for groups
42                  and which specific counter type to use (Note: zero marks are always skipped).
43
44                - 'Group counter position' specifies where the group counter is shown.
45
46SECTION         Vertical scaling
47
48                The following three scaling factors tighly interact:
49
50                 - 'Vertical distance' allows to stretch the tree in
51                   vertical direction (no effect on radial tree)
52
53                 - 'Vertical group scaling' allows to stretch the size of folded groups.
54
55                 - '"Biggroup" scaling' allows to define how much space is reserved for big group
56                   in relation to small groups.
57
58                     0.0 means "all groups get the same vertical size"
59                     1.0 means "size of folded groups = size of unfolded groups"
60
61                The following limits for the size of folded groups are hardcoded:
62                  - minimum size is the size needed for two terminal nodes
63                  - maximum size is the unfolded size
64
65SECTION         Auto focus
66
67                - 'On species change' and 'On tree change' provide behavior similar to the
68                  JUMP button in the top area of the main window. These settings define
69                  whether and how the LINK{selected.hlp} should be repositioned inside the viewport,
70                  when either the species or the tree (or tree display mode) changes.
71
72                - if the toggle "Auto unfold selected species?" is checked,
73                  folded groups will temporarily get unfolded to make the selected
74                  species visible.
75
76SECTION         Advanced tree settings
77
78                More advanced options are available by using the
79                 * 'Bootstrap settings' (see LINK{nt_tree_settings_bootstrap.hlp}) and
80                 * 'Expert settings' (see LINK{nt_tree_settings_expert.hlp}) buttons.
81
82SECTION         Working with configurations
83
84                When using the config manager (see LINK{prop_configs.hlp}),
85                the advanced tree settings will be stored together with the settings
86                from this window.
87
88                To copy tree settings from ARB main window to the ARB parsimony
89                window, use the config manager :
90
91                 * save the config to a file from the source window and
92                 * restore it from that file in the target window.
93
94
95NOTES           The line width of individual branches can be changed
96                independently using the 'LINE WIDTH MODE'.
97
98EXAMPLES        None
99
100WARNINGS        None
101
102BUGS            No bugs known
Note: See TracBrowser for help on using the repository browser.