The trlevel tree specifies the levels setting of heatmap for the wheatmap X-Function.
Syntax: trlevel.Treenode:=<value>
Example:
| Treenode | Label | Type | Default | Description |
|---|---|---|---|---|
| rescale | Auto Rescale | int | 1 | Specify whether to automatically detect the maximum and minimum value of the range.
|
| from | From | double | 1 | This is available only when trlevel.rescale=0. Use it to specify the minimum value. |
| to | To | double | 10 | This is available only when trlevel.rescale=0. Use it to specify the maximum value. |
| type | Type | int | 0 | Specify a type for the level scale.
|
| by | Levels | int | 1 |
|
| val | value | double | 20 |
When trlevel.by:=0, use it to specify the value for increment. |
| first | First Level | double | Specify the value of the first level. |
The trcolor tree specifies the colors setting of heatmap for the wheatmap X-Function.
Syntax: trcolor.Treenode:=<value>
Example:
| Treenode | Label | Type | Default | Description |
|---|---|---|---|---|
| type | Format Type | int | 0 | Apply the heatmap color to fill the background of the cells, or color the font text.
|
| autocolor | Contrast Color for Text | int | 0 | This is available only when trcolor.type=0. Specify whether to color the text by the contrast color. |
| method | Color Generation | int | 1 | Specify a color generation method for the heatmap.
|
| from | From | int | 33518965 | This is available only when trcolor.method=0 / 1 / 2. Use it to specify the color for the minimum level. |
| middle | Middle | int | 18 | This is available only when trcolor.method=1. Use it to specify the color for the middle level. |
| to | To | int | 24475135 | This is available only when trcolor.method=0 / 1 / 2. Use it to specify the color for the maximum level. |
| flip1 | Flip | int | 0 | This is available only when trcolor.method=0 / 1 / 2. Use it to specify whether to flip the color list.
|
| middlePos | Middle Position | int | 0 | This is available only when trcolor.method=1. Use it to specify how Middle Position is determined.
|
| middlePosVal | To | int | 50 | This is available only when trcolor.method=1. Use it to specify the value for Middle Position. |
| list | Palette | 255:{24475135, 24540927, 24606719, 24672511, 24738303, 24804095, 24869887, 24935679, 25001471, 25067263, ..., 33518965} | This is available only when trcolor.method=3. Use it to specify the palette or the color list. | |
| name | Palette | string | This is available only when trcolor.method=3. The name of the Increment list or Palettes. | |
| flip2 | Flip | int | 0 | This is available only when trcolor.method=3. Use it to specify whether to flip the color palette.
|
| head | Below | int | -4 | Specify a color and it will be used to the cell that the value less than from value. |
| tail | Above | int | -4 | Specify a color and it will be used to the cell that the value greater than to value. |