LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to move plots horizontally ?

Hello !

Any hints how to move plot horizontally ?
I have for example six plot on the same graph
and I want to move them individually to a new position
horizontally (y-axis) .
How to do that ?
Any good examples ?
0 Kudos
Message 1 of 3
(2,880 Views)
In order to "move" a plot, you must shift the values. Add or subtract the amount you want it to move.
0 Kudos
Message 2 of 3
(2,880 Views)
Although I haven't used it yet, you may want to investigate the (new in LabVIEW6i) Y-scale index for a plot.
It looks to me that each plot can have its own Y-scale. In that case you can set the properties range.minimum and range.maximum for each scale (and thus for each plot).
0 Kudos
Message 3 of 3
(2,880 Views)