[SciPy-User] interpolation with CloughTocher2DInterpolator

Pauli Virtanen pav at iki.fi
Tue Apr 5 09:20:28 EDT 2011


Tue, 05 Apr 2011 13:17:37 +0000, Evan Mason wrote:
[clip]
> Thanks a lot for your reply.  For 'Delaunay' I tried to use the
> matplotlib function:
> 
> tri = delaunay.Triangulation(points[:,0],points[:,1])
> 
> However this does not have a tri.points method; I tried using
> tri.triangle_nodes and several other alternatives but none are suitable.
> Can you point me to the Delaunay that you were intending?

Try:

    from scipy.spatial import Delaunay

Cheers,
Pauli




More information about the SciPy-User mailing list