Problems With Contours Using Python's matplotlib 3D API
问题 I'm trying to do something similar to this 3D example from the docs, but with a point cloud instead of a smooth surface. The example projects 2D contours onto each of the three coordinate planes. This shows that I'm able to do that onto the xy-plane. When I try doing the same onto the other two planes, I get either a weird contour collapsed down to a thin strip, or an exception way beyond my reach in the bowels of matplotlib . Traceback (most recent call last): File ".../matplotlib/backends