Creating a box plot and get value labels in the plot
Hello guys,
I want to draw box plot based upon X variable(which should be dynamic according to my selections) and Y variable(dynamic). The sample is as shown: I want all Xs to be in a Multi box and All Ys to be in other multibox. Based upon my X and Y selection the box plot should appear. Only the tricky part is in X dimension I want 2 categories 1)if X>0 "Over Category" 2)X<=0 "Under Category". So we should get 2 box plots one for Under and other for Over category based upon Y values.