LineSegments
Create a line segments plot.
Syntax
model.result(<pgtag>).create(<ftag>,"LineSegments");
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"LineSegments") creates a line plot feature named <ftag> belonging to the plot group <pgtag>.
Line segments plots display line segments in 1D plots.
The following properties are available:
none | parent | dataset name
Time corresponding to last selected solnum for transient levels.
The time to use, for transient levels. Available when data is not parent and the underlying data is transient.
on | off
automatic | manual
Manual legends active when legendmethod is set to manual.
custom | cycle | cyclereset | 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
The index of the solution to use, per level, or interp, but only for transient solutions. Available when data is not parent and the underlying data has multiple solutions.
interp | datapoints
The index of the solution to use. Available when data is not parent and the underlying data has multiple solutions.
solnum | solutioninfo
manual | parent
If data is a local dataset with nontrivial data, specify solutions manually or take them from the parent plot group.
The time to use, for transient problems. Available when data is not parent and the underlying data is transient.
on | off
on if t is used to determine time steps, off if solnum is used.
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.
Attributes
None.
See Also
Line