LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

color map

Hi!
I have a Labview application with a 3D-SurfaceGraph with a cylindrical
coordinate system. I would like to give the user a color map that
matches the colors used by the graph with the according magnitudes
(radius of the cylinder).
Is there a way to do this?

Thanks

Peter
0 Kudos
Message 1 of 2
(2,758 Views)
To plot using the cylindrical coordinate system, go the the Plots->Style
property page and select Cylindrical for the coordinate system. Wire the
angles into the X vector/matrix, the heights (Z) into the Y vector/matrix,
and the radii into the Z vector/matrix. The color map will then map to the
radius.

"ec" wrote in message
news:3A197CDC.31724DF9@stud.uni-hannover.de...
> Hi!
> I have a Labview application with a 3D-SurfaceGraph with a cylindrical
> coordinate system. I would like to give the user a color map that
> matches the colors used by the graph with the according magnitudes
> (radius of the cylinder).
> Is there a way to do this?
>
> Thanks
>
> Peter
>
0 Kudos
Message 2 of 2
(2,758 Views)