Use Construct to create singel data value at the position and
make a Glyph with AutoGlyph

point  = Construct(position,[1 1],[1 1],1.);
point  = AutoGlyph(point);

On Thu, 28 Feb 2002, Plank, Gordon  wrote:

> I am feeding a vector list and and a value list to 'Construct' and
> ultimately with this information I am able to display a nice color contoured
> 3-d image. I am also able to strip out the maximum value from the value list
> with the 'Statistics' module as shown below.
>
>
>      Vector  value
>       List    list
>         |      |
>         |      ---------------
>         |      |              |
>         |      |              |
>        ---------          ----------
>        CONSTRUCT          STATISTICS
>        ---------          ----------
>            |                     |
>                               max value
>
> What I want to do is create a glyph on the 3-d image at the point of maximum
> value.  Any hints?
>
> Gordon
>
>

Reply via email to