scisalt.matplotlib.quiver

scisalt.matplotlib.quiver(*args, ax=None, 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.quiver.

New in version 1.3.

Returns:im : matplotlib.image.AxesImage.