On Tue, Jan 28, 2014 at 12:59 AM, Ian Thomas wrote:
> I expect we will add more triangular grid interpolators to matplotlib in
> due course and I am happy to receive suggestions on this. However, this
> will not include natural neighbour. Natural neighbour interpolation is
> specific to delauna
Hi Nathan,
To deal with your immediate problem of not wanting to see the deprecation
warnings you can continue to use matplotlib.delaunay and suppress the
warnings using e.g.
http://docs.python.org/2/library/warnings.html#temporarily-suppressing-warnings.
This will be OK for a year or two, but eve