LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple plots one over the other

Hello,

 

what if I want to show in one plot ( graph or chart ) the behavior of 12 plots which share the same x axis but will defer on the y axis.

Normally the first plot will be bigger than the second one, the second than the third and so on, but the differences may be small.

Is there a procedure like in powerpoint where you say "send to back" so that only the part that sticks out will be visible?To get a "rainbow" effect let's say.

I also thought of starting from thinner plots to thicker ones but I believe there are around 4 level of thickness, unless I failed to see some property nodes?

 

Thank you in advance.

 

I think with this, is possible to get the general idea....

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

There is no feature to reorder plots. You would need to reorder them yourself in terms of the order of your array elements and redraw the plot. You could also change the line colors to transparent for the ones you don't want to see. You can do this programmatically by looping through the plots.

0 Kudos
Message 2 of 2
(2,269 Views)