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 8
(2,291 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 8
(2,280 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 8
(2,264 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 8
(2,261 Views)

the tricky part will be to label each column properly

 

annotations may be used...

pareto.png

 

 

0 Kudos
Message 5 of 8
(2,224 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 8
(1,458 Views)

In English versions that is the Annotations property 


"Should be" isn't "Is" -Jay
0 Kudos
Message 7 of 8
(1,445 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 8
(1,432 Views)