[Matplotlib-users] natgrid

Eric Gayer egayer at gmail.com
Thu Nov 5 05:00:13 EST 2015


Hi all, 

I would like to be able to use matplotlib.mlab.griddata(x, y, z, xi, yi, interp='nn’) using natural neighbor interpolation. To do so we need to install the mpl_toolkits.natgrid module
(http://matplotlib.org/api/mlab_api.html#matplotlib.mlab.griddata)

However I have not found any tutorial to help me properly install the mpl_toolkits.natgrid module (https://github.com/matplotlib/natgrid).
I am used to "conda install" and "pip install" and would like to know if anyone could give me some directions for properly installing this module. (I know this request may sounds crazy for some of you since it is basics)

thanks in advance
Eric

mac osX 10.9.5
Python 2.7.10 |Anaconda 2.0.1 (x86_64)|

[GCC 4.2.1 (Apple Inc. build 5577)] on darwin

Matplotlib 1.4.3


More information about the Matplotlib-users mailing list