Marker
A plot attribute for creating maximum and minimum markers for 3D volume, 2D and 3D surface and surface data, 2D and 3D line and line data, contour and contour series, isosurface and isosurface series, layered material slice, multislice, point data, slice, surface slit, and table contour, table point, table surface, and tube data plots.
Syntax
model.result(<pgtag>).feature(<ftag>).create(<atag>,"Marker");
model.result(<pgtag>).feature(<ftag>).feature(<atag>).set(property,<value>);
Description
model.result(<pgtag>).feature(<ftag>).create(<atag>,"Marker") creates a maximum and minimum marker plot named <atag> as an attribute to a plot named <ftag>.
This plot attribute displays the maximum and minimum of the expression in the parent plot and the points there they are attained.
The following properties are available:
true | false
Always show the sign when numberformat is stopwatch or stopwatchsci.
true | false
Always show the sign of the exponent when numberformat is stopwatchsci.
upperright | uppermiddle | upperleft | middleright | center | middleleft | lowerright | lowermiddle | lowerleft
none | fromtheme | custom | black | blue | cyan | gray | green | magenta | red | white | yellow
custom | fromtheme | black | blue | cyan | gray | green | magenta | red | white | yellow
{1,0,0} or last used color
The color to use when color is set to custom.
Number of decimals when numberformat is stopwatch or stopwatchsci.
minmax | min | max | evaluation
The selection determines which markers are shown. Choose evaluation to add points where the markers should appear.
Number of exponent digits when numberformat is stopwatchsci.
true | false
Number of integer digits when numberformat is stopwatch.
The coordinate values for points where markers should appear, if display is set to evaluation. Specify the values using the setIndex method.
default | auto | engineering | scientific | stopwatch | stopwatchsci
horizontal | vertical
true | false
If prependcoords is set to true: Always show the sign when posnumberformat is stopwatch or stopwatchsci.
true | false
If prependcoords is set to true: Always show the sign of the exponent when posnumberformat is stopwatchsci.
If prependcoords is set to true: Number of decimals when posnumberformat is stopwatch or stopwatchsci.
If prependcoords is set to true: Number of integer digits when posnumberformat is stopwatch.
default | auto | engineering | scientific | stopwatch | stopwatchsci
If prependcoords is set to true: The number format for the marker position: default, automatic, engineering, scientific, stopwatch, or scientific stopwatch.
If prependcoords is set to true: The precision for position values in the marker when posnumberformat is auto, engineering, or scientific.
true | false
If prependcoords is set to true: Include trailing zeros when posnumberformat is auto, engineering, or scientific.
The precision for numerical values in the marker when numberformat is auto, engineering, or scientific.
true | false
true | false
true | false
true | false
Include trailing zeros when numberformat is auto, engineering, or scientific.
See Also
GraphMarker, MaxMinVolume, MaxMinSurface, MaxMinLine, MaxMinPoint