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
Hi all,
I'm writing regarding an issue I'm having porting the yt package to
properly handle some of the changes in matplotlib 1.4.
yt is a python library for analysis and visualization of volumetric
data, with a focus on astrophysical simulation datasets. We use
matplotlib heavily for visualizat