PlotGroup1D, PlotGroup2D, PlotGroup3D
Create a 1D, 2D, or 3D plot group.
Syntax
model.result().create(<pgtag>, dim);
model.result(<pgtag>).set(property, <value>);
model.result(<pgtag>).run();
Description
model.result().create(<pgtag>,dim) creates a plot group named <pgtag> of view dimension dim. A plot group is a group of plots that are shown together in a graphics or plot window.
1D plot groups contain graph plots.
The following properties are available for 1D plot groups:
on | off
on | off
automatic | engineering | scientific
on | off
none | data set name
on | off
on | off
on | off
on | off
on | off
all | first | last | manual | manualindices | interp
How to input the solution to use. manual indicates that solnum is used. manualindices indicates that solnumindices is used. interp indicates that t is used.
The times to use, for transient levels. Available when data is not none and the underlying data is transient.
upperright | middleright | lowerright | upperleft | middleleft | lowerleft | middleright | center | middleleft
All solutions on all levels
An alternate way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when looplevelinput is manualindices on a level.
String array with all | first | last | manual | manualindices | interp on each level
all on all levels
How to input the solution to use, per level. manual on a level indicates that looplevel is used on that level. manualindices on a level indicates that looplevelindices is used on that level. interp on a level indicates that interp is used on that level.
on | off
all | first | last | manual | manualindices
How to input the outer solutions to use. Applicable only for parametric sweep models. manual indicates that outersolnum is used. manualindices indicates that outersolnumindices is used.
on | off
on | off
on | off
on | off
An alternate way to specify the solutions to use, allowing you to enter, for example, range(1,1,20). Applicable when innerinput is manualindices.
solnum | solutioninfo
on | off
on | off
The title to use when titletype is manual.
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
auto | custom | manual | none
auto if the title should be computed automatically. custom if the title should be computed automatically, but customized. manual if the manual title should be used (the title property). none if no title should be displayed.
true | false
on | off
on | off
on | off
on if a manual x-axis label should be used, off if it should be computed automatically.
on | off
on | off
on if a manual y-axis label should be used, off if it should be computed automatically.
on | off
on | off
on | off
on if a manual secondary y-axis label should be used, off if it should be computed automatically.
graphics | new | windowX, where X is an integer
on | off
Set windowtitleactive to on to enter a manual window title in windowtitle.
The following properties are available for 2D and 3D plot groups:
on | off
on | off
automatic | engineering | scientific
on | off
none | data set name
on | off
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
on | off
on | off
mesh | material | spatial | geometry
on | off
Time corresponding to last selected solnum for transient levels
The time to use, for transient levels. Available when data is not none and the underlying data is transient.
on | off
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
on | off
automatic | engineering | scientific
alternating | bottom | left | leftdouble | right | rightdouble
on | off
The index of the solution to use, per level, or interp, but only for transient solutions. Available when data is not none and the underlying data has multiple solutions.
on | off
on | off
on | off
on | off
on | off
solnum | solutioninfo
on | off
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 | custom | manual | none
auto if the title should be computed automatically. custom if the title should be computed automatically, but customized. manual if the manual title should be used (the title property). none if no title should be displayed.
on | off
on | off
auto | view name
The view settings to use when displaying this plot group. auto indicates that the view is selected automatically, or be created if there is none. Typically geometry-based data sets such as solution or mesh data sets use the current geometry view.
graphics | new | windowX, where X is an integer
on | off
Set windowtitleactive to on to enter a manual window title in windowtitle.
on | off
on if a manual x-axis label should be used, off if it should be computed automatically. Available for 2D plot groups.
on | off
on if a manual y-axis label should be used, off if it should be computed automatically. Available for 2D plot groups.
See Also
PolarGroup, Solution, SmithGroup