LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3D plots

It appears that 3D plots are not supported on the Linux version of LabVIEW (7.1) for some reason. I have the results of an experiment that are a function of two variables. Is it possible to use an intensity chart to show these ? My array input is :

x1,y1,result11
x1,y2,result12 etc.

An example would be helpful.
0 Kudos
Message 1 of 3
(2,488 Views)
Intensity graphs work best if the data forms a regular grid. In this case you would just graph the 2D array of result values and adjust x0 and dx of the axes according to your x and y values.
 
If you have arbitrarily located values, you could setup a 2D array of suitable size (filled with e.g. -INF), then use scaled x and y values as index to replace certain elements with your corresponding result values.
 
0 Kudos
Message 2 of 3
(2,479 Views)
Here's a simple example (7.1).

Message Edited by altenbach on 10-12-2006 05:08 PM

Download All
0 Kudos
Message 3 of 3
(2,479 Views)