update_axes_image
-
skimage.viewer.utils.update_axes_image(image_axes, image)
[source] -
Update the image displayed by an image plot.
This sets the image plot’s array and updates its shape appropriately
Parameters: image_axes :
matplotlib.image.AxesImage
Image axes to update.
image : array
Image array.
Please login to continue.