TableArrow
Create a table arrow plot for 2D and 3D plot groups.
Syntax
model.result(<pgtag>).create(<ftag>,"TableArrow");
model.result(<pgtag>).feature(<ftag>).set(property,<value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"TableArrow") creates a table arrow plot feature named <ftag> belonging to the plot group <pgtag>.
Use a table arrow plot to visualize data from a table or evaluation group in 2D or 3D.
The following properties are available:
head | tail | center
normalized | proportional | logarithmic
arrow | arrowhead | cone | double
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
{1,0,0} or last used color
none | evaluation group feature name
on | off
When on, the imaginary part of the data in the table is plotted.
none | plot name
auto | manual
none | linear
none | linear
If scaleactive is true: The length scale factor.
table | evaluationgroup
none | table feature name
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.
Attribute
TableColor, Transparency (3D only), VisualEffects (3D only)
See Also
Table, Table (Plot), TableAnnotation, TableColor, TableSurface