Posted 14 September 2017, 11:58 am EST
- 1 value (for ex., z : [2]) produces a line at the correct position with a stray whisker. Adding the same value (z : [2, 2]) fixes the problem.
- 0 values (an empty array z:) throws an error and prevents drawing other boxes in the series. The correct behavior would be to not draw the current box.
Please refer to the attached html and modify the first entry for z to see the effects.
2017/03/boxPlot-test.htm
