OK... please be patient with me, as I am not really sure how to ask this question.
I am trying to generate a 2-D contour plot of some data (generated by a calculation at points on a Blender plane). The order in which I get these data points is random, but I do know the x,y coordinates for each z value. In other words I have an unsorted collection of [x,y,z] triplets.
My question is... what is the simplest way for me to mash these data points into a set of arrays that I can contour plot with Matplotlib?