[matplotlib-devel] Test Failure: AttributeError: incompatible shape for a non-contiguous array

2012-10-28 Thread Patrick Marsh
Greetings, I've banged my head against this problem for 2 days and have given up on figuring it out on my own… After updating numpy and matplotlib to the latest versions from github Saturday morning, I keep getting "AttributeError: incompatible shape for a non-contiguous array" errors all over th

[matplotlib-devel] Interpolation in a triangular mesh (tri.Triangulation)

2012-10-28 Thread GBillotey
Hi! I had recently to develop interpolators for a function defined at the nodes of a user-specified triangular mesh. (Beside interpolation, it can help producing higher-quality tricontour plots, using interpolation on a refined mesh and matplotlib tricontour function.) Being a regular user of