edges2d

edges2d(z)[source]

Like edges() but for 2D arrays. The size of both axes are increased of one.

Parameters

array (array-like) – Two-dimensional array.

Returns

ndarray – Array of “edge” coordinates.