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:
true | false
true | false
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
default | long
The color cycle, when linecolor is set to cycle. With default, it contains 7 colors; with long, it contains 19 colors.
The color table to use when linecolor is set to cyclecolortable. See Color Tables for a list of color tables.
{1,0,0} or last used color
The uniform color to use. Active when bottomcolor is set to custom.
{0,0,1} or last used edgecolor
{1,0,0} or last used color
The uniform color to use. Active when topcolor is set to custom.
auto | manual
The length of color cycle when linecolor is cyclegradient.
on | off
automatic | manual
Manual legends active when legendmethod is set to manual.
custom | cycle | cyclereset | cyclecolortable | cyclegradient | fromtheme | black | blue | cyan | gray | green | magenta | red | white | yellow
How to color the lines in the graph. Cycle indicates that the colors is different for each line. Use cyclereset to restart the cycling of colors from the first color. Use fromtheme to take the color from the selected color theme.
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.
custom | black | blue | cyan | gray | green | magenta | red | white | yellow
See Also
Table