I have a scatter plot plt.scatter(x, y, z)
where x, y and z are 1D arrays. The sum of z over all (x,y) points adds to unity.
How would I create confidence contours such that the contours enclose sums of 0.95 and 0.68 respectively?
Here is a visual I pulled off the web illustrating what I'm going for, if the contours in the image represented the total value of z enclosed to be 0.95 and 0.68.