nabu.misc.plotting
source module nabu.misc.plotting
source ims(img, cmap='gray', legend=None, colorbar=True, share=True, rescale_n_std=None)
image visualization utility.
img: 2D numpy.ndarray, or list of 2D numpy.ndarray image or list of images cmap: string Optionnal, name of the colorbar to use. legend: string, or list of string legend under each image colorbar: bool Whether to show colorbar (default is True) share: bool if True, the axis are shared between the images, so that zooming in one image will zoom in all the corresponding regions of the other images. Default is True