LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cwgraph surface

Hello everyone,

 

i have a problem with the CWGraph 3D from LabView 2009. I want to plot measuring points with different colors (according to their respective measured value). This works quite well.

But as soon as I change the style of the plot from points to surface or contour nothing will be plotted. What might be the reason for that?

 

Thanks in advance for your help.

 

 

0 Kudos
Message 1 of 2
(2,647 Views)

I believe yo uwill have to do a Parametric Plot to show the surface. WHen plotting a surface the 3D graph has to "know" which points are "adjacent" on the surface. The 1-D arrrays don't give that info.

 

In a Parametric plot the data is presented to the graph as a 2D array.

 

See this thread for a worse case example of using the CW 3D graph. Here is a preview.

 

 

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 2
(2,628 Views)