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 | gray | 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
If inheritplot is not none: Determines if the color is inherited.
none | plot name
If inheritplot is not none: Determines if the color and data ranges are inherited.
If inheritplot is not none: Determines if the sphere scale is inherited.
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.
cutplane | cartesian
on | off
Whether to use the manual color range specified in rangecolormin and rangecolormax. The color range specifies the minimum and maxim value in the plotted colors. Default is the minimum and maximum data values.
on | off
Whether to use the manual data range specified in rangedatamin and rangedatamax. Values outside the data range is not plotted.
cylindrical | cartesian
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