Marker
A plot attribute for creating maximum and minimum markers for 3D volume plots, 2D and 3D surface plots, and 2D and 3D line 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 volume, surface, or line 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:
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.
minmax | min | max
true | false
horizontal | vertical
true | false
true | false
true | false
See Also
GraphMarker, MaxMinVolume, MaxMinSurface, MaxMinLine, MaxMinPoint