Table (Plot)
Plot data from a table in a graph plot.
Syntax
model.result(<pgtag>).create(<ftag>,"Table");
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"Table") creates a table graph plot feature named <ftag>.
Table graphs can be added to 1D and polar plot groups and displays data from a table.
The following properties are available:
on | off
{0,0,1} or last used edgecolor.
none | evaluation group feature name
on | off
on | off
If transform is none: When on, the imaginary part of the data in the table is plotted.
on | off
automatic | manual
Manual legends active when legendmethod is set to manual.
custom | cycle | cyclereset | fromtheme | black | blue | cyan | gray | green | magenta | red | white | yellow
none | cycle | asterisk | circle | diamond | plus | point | square | star | triangle
none | cycle | solid | dotted | dashed | dashdot
interp | datapoints
all | manual
The columns to plot. all indicates all columns excluding those used in xaxisdata, manual indicates the columns specified in plotcolumns.
The columns to plot when plotcolumninput is manual.
Plot on secondary y-axis, if twoyaxes is set to true in the parent plot group.
none | linear
none | x | y
table | evaluationgroup
none | table feature name
none | spectrum
auto | rowindex | positive integer
The column supplying x-axis data. auto determines input based on evaluated result, for example, using an index if the table contains output from a parametric sweep with multiple parameters. rowindex means that all columns are used as data and are plotted against the row number in the table.
See Also
Table, TableAnnotation, TableSurface