MaxMinVolume, MaxMinSurface, MaxMinLine, MaxMinPoint
Create max/min marker plots.
Syntax
model.result(<pgtag>).create(<ftag>,"MaxMinVolume");
model.result(<pgtag>).create(<ftag>,"MaxMinSurface");
model.result(<pgtag>).create(<ftag>,"MaxMinLine");
model.result(<pgtag>).create(<ftag>,"MaxMinPoint");
model.result(<pgtag>).feature(<ftag>).set(property,<value>);
model.result(<pgtag>).feature(<ftag>).run();
Description
model.result(<pgtag>).create(<ftag>,"MaxMinVolume") creates a max/min marker plot feature named <ftag> belonging to the plot group <pgtag>.
This plot type displays the maximum and minimum of an expression 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.
none | parent | dataset name
Number of decimals when numberformat is stopwatch or stopwatchsci.
Number of integer digits when numberformat is stopwatch.
on | off
minmax | min | max
on | off
linpoint | harmonic | lintotal | lintotalavg | lintotalrms | lintotalpeak
Number of exponent digits when numberformat is stopwatchsci.
on | off
true | false
If inheritplot is not none: Determines if the background color is inherited.
If inheritplot is not none: Determines if the color is inherited.
If inheritplot is not none: Determines if the deformation scale is inherited.
none | plot name
If inheritplot is not none: Determines if the transparency settings are inherited.
Number of integer digits when numberformat is stopwatch.
The integration order to use when points is set to integration.
default | auto | engineering | scientific | stopwatch | stopwatchsci
horizontal | vertical
lagrange | node | integration
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 exponent digits (1–3) for numerical values in the title when posnumberformat is 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.
When points is set to lagrange, or when there is no solution data: The Lagrange order (number of refinements of each mesh element) when computing the maximum and minimum.
off | pprint | ppr
true | false
true | false
manual | parent
If data is a local dataset with nontrivial data, specify solutions manually or take them from the parent plot group.
The title to use when titletype is manual.
auto | custom | label | manual | none
auto, if the title should be computed automatically. custom, if the title should be computed automatically, but customized. 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.
true | false
Include trailing zeros when numberformat is auto, engineering, or scientific.
on | off
on | off
Attributes
Deform, Filter (Plot Attribute), Selection (Dataset Attribute), Transformation, Transparency (3D only)
See Also
GraphMarker, Marker