> Then I would guess that you would rather visualize a 2D grid of
> temperatures spanning the pipe. So modify the input data to reflect
> both the X (distance down pipe) and Y (distance from pipe) for each
> record. Same concept that each record carries all necessary info.
> Then you can import all the data at once (not in separate files as
> suggested earlier). Use Construct to build a grid of appropriate
> dimensions, then feed your 2D data into Construct (properly oriented
> with Y changing faster than X), and you can Autocolor and view the
> whole colorized grid. ImportSpreadsheet brings all values in as
> separate components in a field, so you need to Mark or Extract the
> "temperature" component which should be arranged (as I just said)
> with Y varying faster (x0y0, x0y1, etc.). Use column names in your
> Excel file (save as tab-delimited text, then set header line to 1 and
> separator to \t in ImportSpreadsheet) and the components will acquire
> the column names making it easy to tell what's what.

OK, sorry to bother you again, I guess I am just not seeing how to do this.
I have moved my file around so that I have the following columns:

Date    Time    Thermistor#     X       Y       Temp

I can get the program to import the spreadsheet, but I have not been able to 
figure out how to get it to plot a simple 2-D visualization.  I assume I need 
to use an include, but am not sure.  Could you walk me though the objects, 
starting with the "import Spreadsheet"?
Thanks,
Fred

Reply via email to