LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I delete a plot in a 4 plot chart.

I am sending a cluster of four Float32 values to a stacked chart. I want to display two of the values on the same Y-scale (plot) because they are related and have the same scale. I can move the trace for one of the plots to the other plot by selecting it under the y-scale category in the legend. But I cannot delete or remove the 4th plot area. The best that I can do is to make the 4th plot area transparent and resize the other plots.

Is there an easier way to remove the 4th plot in a case like this? Or is there another way to make 3 plots on a chart with 2 traces on one of the plots?
0 Kudos
Message 1 of 4
(3,128 Views)
Have you tried just passing a cluster of three values?

Charts will re-size to the number of inputs it gets.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 4
(3,128 Views)
I need a chart of 4 values on 3 plots.
0 Kudos
Message 3 of 4
(3,128 Views)
I don't think there is any nice way to get rid of the fourth plot when you choose a stacked chart. It sounds like your idea may be the best solution. You could also just have 3 independent charts and place them together in a pseudo stacked fashion.
0 Kudos
Message 4 of 4
(3,128 Views)