Sometimes I have to write stuff so I won't forget how to do it. This is one of those times. In my recent post on the angular size of a soccer goal, I created a contour plot. Despite what you might ...
I implemented visualizing a contour plot in 3-dimensional space. First, I borrowed the scipy.Delaunay tool to triangulate the mesh in 3-dimensional space. Then I use OpenGL to draw colors at the ...