pingwyn.plot_image

Plot an image to a matplotlib axis.

param ax:

The axis to draw the image onto

type ax:

matplotlib.axes.Axes

param image:

The image object to draw

type image:

pingwyn.Image

param **kwargs:

Any additional keyword arguments provided will be passed onto ax.imshow(). Note: providing title, extent, vmin, vmax, origin or cmap as keyword arguments will override some behaviour of this function.

See also

matplotlib.pyplot.imshow