Hi all
I'm trying to generate some box-plots of data that meets several requirements.
Basically, I'm looping all data in shData, see if the value meets the conditions and if so, add the cell content to an array. Once the array is filled, I print min, max, avg... so I can make a boxplot.
Now it...