How to get Pareto/Histogram plot for failing parameters when using Process Capability platform?
I use the the example script below to select and color the out of spec values of each measured parameter in my test data set.I want to create a pareto/histogram plot with measured parameter names (on x-axis) and number of fail occurrences (on y axis) per parameter and order the parameter names as decreasing with no of fails/parameter (i.e. to get a parameter fail pareto plot). The first thing come...