SobolIndex
Create a Sobol index plot to visualize Sobol indices for a sensitivity analysis in an uncertainty quantification study This plot type can be added to 1D plot groups.
Syntax
model.result().create(<pgtag>,"SobolIndex");
model.result(<pgtag>).set(property, <value>);
model.result(<pgtag>).run();
Description
model.result(<pgtag>).create(<ftag>,"SobolIndex") creates a Sobol index feature named <ftag> belonging to the 1D plot group <pgtag>. The plot takes a quantity of interest from a table created by an uncertainty quantification study.
The following properties are available:
on | off
{0,0,1} or last used edgecolor.
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 | 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.
See Also
Table