3D individual Delaunay cells that change color internally, depending on value of Z (or any other function)
I’ve got a 3D surface built on Delaunay triangulation. Do you know how to enforce matplotlib to paint each triangle not with a constant color but with a user-defined-function dependent color ? (or at least as a function of z, namely the vertical coord.)