LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pareto Chart

How to build a pareto chart in labview?

0 Kudos
Message 1 of 10
(3,941 Views)

Hi sibangi,

 

to show a pareto chart you simply have to sort your data values to start with largest value first.

Then plot them in a graph and edit the plot properties to show bars…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 10
(3,930 Views)

But for Pareto analysis, the cumulative frequency is taken into account and also there is another line chart along with the bar chart. how to do that?

0 Kudos
Message 3 of 10
(3,914 Views)

Hi Sibangi,

 


@SibangiB wrote:

the cumulative frequency is taken into account


You can prepare your data as you like. When you need some cumulated values then you need to add them up…

 


@SibangiB wrote:

also there is another line chart along with the bar chart.


A graph can show more than just one plot. Each plot can have ite own plot properties!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 10
(3,911 Views)

the tricky part will be to label each column properly

 

annotations may be used...

pareto.png

 

 

0 Kudos
Message 5 of 10
(3,874 Views)

Hi Alexderjuengere

Could you please share your VI? Because I can not find Notizliste property node and I also don't know how to create it.

 

0 Kudos
Message 6 of 10
(3,108 Views)

In English versions that is the Annotations property 


"Should be" isn't "Is" -Jay
0 Kudos
Message 7 of 10
(3,095 Views)

attached as.vi saved backed to  labview 2010 (64 bit)

 

pareto_demo.gif

 


@JÞB wrote:

In English versions that is the Annotations property 


correct

 

alexderjuengere_0-1646928333513.png

 

0 Kudos
Message 8 of 10
(3,082 Views)

In case of single run, the annotations are clear and visible, but if the acquisition is continuous, then when maximum in Y axis data gets higher and then that compresses the Y scale values and the annotation gets overlapped with the bar plot data and gets hidden, any idea on how to handle this scenario?

0 Kudos
Message 9 of 10
(51 Views)

@Krifi wrote:

In case of single run, the annotations are clear and visible, but if the acquisition is continuous, then when maximum in Y axis data gets higher and then that compresses the Y scale values and the annotation gets overlapped with the bar plot data and gets hidden, any idea on how to handle this scenario?


scale your data to 1, before displaying in a pareto chart

0 Kudos
Message 10 of 10
(25 Views)