Python: Matplotlib - probability plot for several data set
问题 I have several data sets (distribution) as follows: set1 = [1,2,3,4,5] set2 = [3,4,5,6,7] set3 = [1,3,4,5,8] How do I plot a scatter plot with the data sets above with the y-axis being the probability (i.e. the percentile of the distribution in set: 0%-100% ) and the x-axis being the data set names? in JMP, it is called 'Quantile Plot'. Something like image attached: Please educate. Thanks. [EDIT] My data is in csv as such: Using JMP analysis tool, I'm able to plot the probability