LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multi-trace chart

I am trying to make a chart or graph that displays several streams of data in separate ranges along the y-axis. The stacked plots option for charts seemed promising but I need to be able to choose which plots are displayed and in what order, also I would want to get rid of the bars that divide the plots from each other. I have managed to get close to what I want by shifting and scaleing the streams so they don't overlap but this makes the y-axis markings inaccurate. Is there a way to replace the y-axis display with arbitrary values (not arbitrary spacing)?

 

This is what I have so far but I need to be able to label the y axis.

 21455i89B8FC319BE446EB

 

I also attached the code I have so far.

 

 

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

You could try having a different y-scale for each plot.

There is a thread discussing how this can be done here... http://forums.ni.com/t5/LabVIEW/Programmatically-add-multiple-scales-to-graph/m-p/698511

 

Troy - CLD "If a hammer is the only tool you have, everything starts to look like a nail." ~ Maslow/Kaplan - Law of the instrument
0 Kudos
Message 2 of 2
(2,555 Views)