06-15-2020 05:37 AM
How to build a pareto chart in labview?
06-15-2020 06:09 AM - edited 06-15-2020 06:09 AM
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…
06-15-2020 06:45 AM
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?
06-15-2020 06:48 AM
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!
06-15-2020 12:40 PM
the tricky part will be to label each column properly
annotations may be used...
03-10-2022 05:15 AM
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.
03-10-2022 08:20 AM - edited 03-10-2022 08:21 AM
In English versions that is the Annotations property
03-10-2022 10:04 AM
attached as.vi saved backed to labview 2010 (64 bit)
@JÞB wrote:
In English versions that is the Annotations property
correct
06-11-2026 01:58 AM
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?
06-11-2026 08:30 AM
@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