LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i scale my axis

I have an intensity graph and the output axis are in pixels which is what the array data is in. Is there anyway of making this real units so when the graph is shown the actual size is shown on the axis.
0 Kudos
Message 1 of 2
(2,446 Views)
> I have an intensity graph and the output axis are in pixels which is
> what the array data is in. Is there anyway of making this real units
> so when the graph is shown the actual size is shown on the axis.

If you have a linear transform between the point index and the value you
want to display, this is pretty easy. Each scale has a Multiplier and
an Offset which can be set via property nodes or in the Scale Formatting
dialog.

To get a linear mx+b transform, the m is your multiplier and b is the
offset. I can go into more detail, but playing with it will probably be
best.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,446 Views)