Results > Solution Selection > ScatterVolume, ScatterSurface

ScatterVolume, ScatterSurface
Create a scatter plot on surfaces or in volumes.
Syntax
model.result(<pgtag>).create(<ftag>,"ScatterVolume");
model.result(<pgtag>).create(<ftag>,"ScatterSurface");
model.result(<pgtag>).feature(<ftag>).set(property, <value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"Scatter...") creates a scatter plot feature named <ftag> belonging to the plot group <pgtag>.
Scatter plots are available in 2D and 3D.
The following properties are available:
number | coord
number | coord
number | coord
custom | black | blue | cyan | green | magenta | red | white | yellow
none | parent | data set name
The description of the expressions in expr. Is used in the automatic title.
on | off
on | off
linpoint | harmonic | lintotal | lintotalavg | lintotalrms | lintotalpeak
none | plot 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.
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.
The index of the solution to use. Available when data is not parent and the underlying data has multiple solutions.
solnum | solutioninfo
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 | custom | manual | none
auto if the title contribution should be computed automatically, possibly using the group’s customization. custom if the title contribution should be computed automatically, but customized. manual if the manual title contribution should be used (the title property). none if no title contribution should be used.
on | off
15 (3D), 7 (2D)
15 (3D), 7 (2D)
15 (3D), 7 (2D)
Number of points in the z-direction. Active when arrowzmethod is set to number. Available for ScatterVolume.
Absolute coordinates in the z-direction, active when arrowzmethod is set to coord. Available for ScatterVolume.
See Also
Surface, Volume