[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
8.1.6 Cutting (MGL)
These commands set the condition when the points are excluded (cutted) from the drawing. Note, that a point with nan
value(s) of coordinate or amplitude will be automatically excluded from the drawing.
- MGL command: cut
val
Determines how points outside bounding box are drawn. If it is
on
then points are excluded from plot (it is default) otherwise the points are projected to edges of bounding box.
- MGL command: cut
x1 y1 z1 x2 y2 z2
Lower and upper edge of the box in which never points are drawn. If both edges are the same (the variables are equal) then the cutting box is empty. See section CutMinMax sample, for sample code and picture.
- MGL command: cut 'cond'
Command set the cutting off condition by formula cond. This condition determine will point be plotted or not. If value of formula is nonzero then point is omitted, otherwise it plotted. Set argument as
''
to disable cutting off condition. See section CutOff sample, for sample code and picture.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |