Matplotlib was happy to plot contours of triangular meshes in the past. Though they were not actually triangular, they were triangulated (by OpenFOAM's sample utility) rectangular meshes. Recently I've encountered rather strange thing, all my attempts to plot isoline of a value on a triangular mesh which initially wasn't rec
ended up with
while if I try to use scipy triangulation
everything goes more or less OK.
Thought matplotlib and scipy use the same algorithm for triangulation appears I was wrong.