TableColor
Add a color expression attribute to add coloring to arrows in a table arrow plot.
Syntax
model.result(<pgtag>).feature(<ftag>).create(<atag>,"TableColor");
model.result(<pgtag>).feature(<ftag>).feature(<atag>).set(property,<value>);
Description
model.result(<pgtag>).feature(<ftag>).create(<atag>,"TableColor") creates a color expression attribute named <atag> belonging to the table arrow plot feature <ftag>.
The following properties are available:
colortable | gradient
on | off
linear | linearsymmetric | logarithmic
The color table to use. See Color Tables for a list of color tables.
none | reverse | nonlinear | nonlinearsymmetric
continuous | discrete
The description of the expression in expr. Is used in the automatic title.
on | off
on | off
on | off
When on, the imaginary part of the data in the table is plotted.
Color legend title, if showlegendstitle has been set to true in the parent plot group.
on | off
Whether to reverse to color table or gradient when coloring is set to colortable or gradient and colortabletrans is set to nonlinear or nonlinearsymmetric.
auto | manual
none | linear
on | off
Whether to use the manual color range specified in rangecolormin and rangecolormax. The color range specifies the minimum and maxim value in the plotted colors. Default is the minimum and maximum data values.
on | off
Whether to use the manual data range specified in rangedatamin and rangedatamax. Values outside the data range are not plotted.
The title to use when titletype is manual.
auto | label | manual | none
auto, if the title should be computed automatically. label, if the title should be the plot group’s label. manual, if the manual title should be used (the title property). none, if no title should be displayed.
See Also
TableArrow, Color