It was my mistake actually, I thought that giving a whole array of values to the Y variable will automatically calculate median, mean, q1,q2, and q3 for boxplot. But we need to assign the value manually in y variable in this format [mean,q1,q3,q1, median] something like this and I actually sent the whole array of 100 values in the Y variable.
-
This reply was modified 4 years, 2 months ago by nikunj295.