LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

scale x and y axis in intensity plot

Hi All,
 
I need to plot a 2D array in intensity plot.  But I need to change the displayed x and y axis in a different scale (i.e., they are actual single 1D arrays) instead of the index numbers of my 2D array.  Any solution to this? Thanks.
0 Kudos
Message 1 of 3
(2,681 Views)

Hi,

 

right click the plot, and select property node.  For each axis, use the property X scale >> Offset and Multiplier.  This will start the scale at Offset (instead of 0), and put a distance between the points of Multiplier (instead of 1).

 

Let me know if this doesn't work for you.

Joel

Message 2 of 3
(2,674 Views)
Thanks Joel, it worked out very well.
0 Kudos
Message 3 of 3
(2,664 Views)