scisalt.matplotlib.contour

scisalt.matplotlib.contour(X, ax=None, add_cbar=True, rescale_fig=True, **kwargs)[source]

Plots an array X such that the first coordinate is the x coordinate and the second coordinate is the y coordinate, with the origin at the bottom left corner.

Optional argument ax allows an existing axes to be used.

**kwargs are passed on to matplotlib.axes.Axes.contour.

New in version 1.3.

Returns:im : matplotlib.image.AxesImage.