Hi Michelle,
> MathType:
> Time -> ((row, col, Height) -> U),
> ((row, col, Height) -> V),
> ((row, col, Height) -> W)))
>
> There are no current maps. However, when I tried a mapping for longitude to
> blue, latitutude to red, and altitude to cylinder radius. It was still a
> plain white square. I've been trying more mappings but haven't had any luck.
> Interestingly, all 3 of the "3D", "J2D", and "2D" icons are grayed out which
> probably shouldn't be.
Try some simple ScalarMaps, like:
row -> YAxis
col -> XAxis
Height -> ZAxis
U -> IsoContour (or U -> RGB)
With the ScalarMap to ZAxis, this would have to be "3D".
Good luck,
Bill