You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to display on the tree additional node labels. Those labels can be created from existing node properties or other tags. <br/>
131
131
There are two kinds of labels: text labels and color labels.<br/>
132
132
To specify which properties to show use <labels> section in extended phyloXML. Type can be either text or color. Data tag and ref must match the intended clade property to be displayed. Use HEX values for colors (0xRRGGBB).<br/>
133
-
See the example below.
133
+
See the code below and also <ahref="http://10.10.10.10/lkreft/phyd3/view.php?id=labels.xml&f=xml">working example</a>.
<li><b>legend</b> - for each value series of your data, you need to specify the legend field; for each field you need to put field name (which will be displayed to the user in legend and infobox popup), color that will be used to draw this series (for all graph types besides heatmap) and for binary graph also a symbol shape (one of circle); additionally for heatmap you need to specify which gradient spec to use (name & classes following the <ahref="http://colorbrewer2.org/" target="_blank">ColorBrewer2</a>)
168
168
<li><b>data</b> - for each clade id you wish to display the graph for, you need to include data values, ordered in series defined in legend; you can also use existing tags or properties from phylogeny tree, referencing them by tag and ref attributes of data tag; to turn single values into pie charts use <b>min</b> and <b>max</b> tags inside <b>data</b> tag.
169
169
</ol>
170
-
See the example below.
170
+
See the code below and also working examples of <ahref="http://10.10.10.10/lkreft/phyd3/view.php?id=outergraphs.xml&f=xml">leaf node graphs</a> or <ahref="http://10.10.10.10/lkreft/phyd3/view.php?id=innergraphs.xml&f=xml">inner node graphs</a>.
0 commit comments