How to display a 3D plot of a 3D array isosurface in matplotlib mplot3D or similar?
I have a 3-dimensional numpy array. I’d like to display (in matplotlib) a nice 3D plot of an isosurface of this array (or more strictly, display an isosurface of the 3D scalar field defined by interpolating between the sample points).