DrObb,
You can get this behavior using the 3D graph in Measurement Studio. The CNiPlot3D object has a custom color map feature that lets you assign colors to magnitude values and a Plot3DCurve function that accepts x, y, z, and magnitude values. Set up the colormap feature (see the documentation of ColorMapColors, ColorMapValues, ColorMapInterpolate, and ColorMapStyle), the call Plot3DCurve with your x and y values and set all z values to 0. Set the magnitude values according to what color you want each point to be. On your CNiGraph3D object, set the longitude to 180 and latitude to 0 to get a straight-on view of the XY plane (I could be wrong on the latitude and longitude values, but you can open the property page in the resource editor and rotate the gr
aph to find the correct values).
Sorry its a little complicated, but I hope this helps.
TonyH
Measurement Studio