mpl.tri.TriFinder

class mpl.tri.TriFinder(triangulation)[source]

Abstract base class for classes used to find the triangles of a Triangulation in which (x,y) points lie.

Rather than instantiate an object of a class derived from TriFinder, it is usually better to use the function matplotlib.tri.Triangulation.get_trifinder().

Derived classes implement __call__(x,y) where x,y are array_like point coordinates of the same shape.

__init__(triangulation)[source]

Methods

__init__(triangulation)