spyrit.misc.disp.imagesc

spyrit.misc.disp.imagesc(Img, title='', colormap=<matplotlib.colors.LinearSegmentedColormap object>, show=True, figsize=None, cbar_pos=None, title_fontsize=16)[source]

imagesc(IMG) Display image Img with scaled colors with greyscale colormap and colorbar imagesc(IMG, title=ttl) Display image Img with scaled colors with greyscale colormap and colorbar, with the title ttl imagesc(IMG, title=ttl, colormap=cmap) Display image Img with scaled colors with colormap and colorbar specified by cmap (choose between ‘plasma’, ‘jet’, and ‘grey’), with the title ttl