On Thursday 24 January 2002 07:15 am, you wrote:
> >Make its deltas equal to your deltas (x, then y as a 2-vector).
>
> Whoops, make deltas [1,1]. Your grid may not be perfectly regular but
> this doesn't matter. We are just constructing the mesh here and will
> stretch it to fit below.
>
> >Make its counts equal to your counts of x and y as a 2-vector. The
> >x*y product should be equal to the number of data rows in the input
> >file.
> >
> >Print the output of Construct (which is otherwise not yet connected
> >to any other module). You have a nice 2-D grid with no data. You
> >could ShowConnections and Image this to see the result as well.
> >
> >To get your temperature data onto this grid (and only because the
> >two 2-D grids are topologically conformal), take the output of
> >Mark("Temp") into the "data" input of Construct. At the output of
> >Construct, add another AutoColor, then Image.
>
> Whoops again (did this all from memory): use Extract("Temp") on the
> data field to get the component of interest, then attach this to
> Construct("data").

Thanks so much for helping!
I have gotten the plot with the dots, but Construct gives me an error that my 
counts don't equal my positions.  I have 8360 rows of data in my file, so 
that is the counts I used, but it doesn't seem to like that.
I can tell I have a ways to go before I have this program mastered!!!
Thanks,
Fred

Reply via email to